Options for configuring how colors are copied to the Windows Clipboard can be found on the Copy tab in the Options dialogue.
Enter available copy color formats into the Format field, one format per line. Formats can include both plain text and tokens. Tokens will be automatically substituted with the appropriate attributes from the selected color.
You can mix and match RGB, CYMK and HSL tokens - each token will be converted into the appropriate color space even if the source color belongs to a different space
The following examples show the type of output you can expect from different token combinations. The examples below are taken from the source RGB color FF8000
.
Format | Example |
---|---|
{hex} | FF8000 |
#{hex} | #FF8000 |
{r}, {g}, {b} | 255, 128, 0 |
{c}C, {m}M, {y}Y, {k}K | 0.000C, 0.498M, 1.000Y, 0.000K |
{h}H, {s}S, {l}L | 30.118H, 1.000S, 0.500L |
Token | Description | Color Space | Range |
---|---|---|---|
{name} | Swatch name | n/a | n/a |
{a} | Alpha channel | RGB | 0 - 255 |
{r} | Red channel | RGB | 0 - 255 |
{g} | Green channel | RGB | 0 - 255 |
{b} | Blue channel | RGB | 0 - 255 |
{hex} | HTML hex code | RGB | n/a |
{c} | Cyan channel | CMYK | 0.0 - 1.0 |
{m} | Magenta channel | CMYK | 0.0 - 1.0 |
{y} | Yellow channel | CMYK | 0.0 - 1.0 |
{k} | Black channel | CMYK | 0.0 - 1.0 |
{h} | Hue | HSL | 0.0 - 360.0 |
{s} | Saturation | HSL | 0.0 - 1.0 |
{l} | Luminance | HSL | 0.0 - 1.0 |