Shades of Heliotrope #CF6AF6
Tints of Heliotrope #CF6AF6
RGB
CMYK
RGB Variations
Color information
#CF6AF6 (or 0xCF6AF6) is known color: Heliotrope. HEX triplet: CF, 6A and F6. RGB value is (207,106,246). Sum of RGB (Red+Green+Blue) = 207+106+246=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF6AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AF6 is #309509. Grayscale: #979797. Windows color (decimal): -3183882 or 16149199. OLE color: 16149199.
HSL color Cylindrical-coordinate representation of color #CF6AF6: hue angle of 283.29º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6AF6 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 106 | 246 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.04 |
| HSL | 283.29º | 0.89% | 0.69% | - |
| HSV(B) | 283.29º | 0.57% | 0.96% | - |
| XYZ | 47.52 | 30.23 | 90.52 | - |
| YUV | 152.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 246 | 0.16 | 0.57 | 0 | 0.04 | 283.29 | 0.89 | 0.69 |
| Hex | CF | 6A | F6 | 10 | 39 | 0 | 4 | 11B | 59 | 45 |
| Octal | 317 | 152 | 366 | 20 | 71 | 0 | 4 | 433 | 131 | 105 |
| Binary | 11001111 | 1101010 | 11110110 | 10000 | 111001 | 0 | 100 | 100011011 | 1011001 | 1000101 |
Color Harmonies of #CF6AF6
Complementary color
Monochromatic Colors of #CF6AF6
Black with #CF6AF6
Text Example
Text Example
White with #CF6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AF6; }
p { color: rgb(207,106,246); }
H1.HeaderClassName
{
color: #CF6AF6;
}
.AnyTagClassName
{
color: #CF6AF6;
}
</style>
background-color css
<style>
a { background-color: #CF6AF6; }
a { background-color: rgb(207,106,246); }
div.DivClassName
{
background-color: #CF6AF6;
}
.BgClassName
{
background-color: #CF6AF6;
}
</style>
border-color css
<style>
span { border-color: #CF6AF6; }
span { border-color: rgb(207,106,246); }
td.TdClassName
{
border-color: #CF6AF6;
}
.TagClassName
{
border-color: #CF6AF6;
}
</style>