Shades of Heliotrope #CF6AFF
Tints of Heliotrope #CF6AFF
RGB
CMYK
RGB Variations
Color information
#CF6AFF (or 0xCF6AFF) is known color: Heliotrope. HEX triplet: CF, 6A and FF. RGB value is (207,106,255). Sum of RGB (Red+Green+Blue) = 207+106+255=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AFF is #309500. Grayscale: #989898. Windows color (decimal): -3183873 or 16739023. OLE color: 16739023.
HSL color Cylindrical-coordinate representation of color #CF6AFF: hue angle of 280.67º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6AFF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 106 | 255 | - |
| CMYK | 0.19 | 0.58 | 0 | 0 |
| HSL | 280.67º | 1% | 0.71% | - |
| HSV(B) | 280.67º | 0.58% | 1% | - |
| XYZ | 48.94 | 30.79 | 97.97 | - |
| YUV | 153.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 255 | 0.19 | 0.58 | 0 | 0 | 280.67 | 1 | 0.71 |
| Hex | CF | 6A | FF | 13 | 3A | 0 | 0 | 119 | 64 | 47 |
| Octal | 317 | 152 | 377 | 23 | 72 | 0 | 0 | 431 | 144 | 107 |
| Binary | 11001111 | 1101010 | 11111111 | 10011 | 111010 | 0 | 0 | 100011001 | 1100100 | 1000111 |
Color Harmonies of #CF6AFF
Complementary color
Monochromatic Colors of #CF6AFF
Black with #CF6AFF
Text Example
Text Example
White with #CF6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AFF; }
p { color: rgb(207,106,255); }
H1.HeaderClassName
{
color: #CF6AFF;
}
.AnyTagClassName
{
color: #CF6AFF;
}
</style>
background-color css
<style>
a { background-color: #CF6AFF; }
a { background-color: rgb(207,106,255); }
div.DivClassName
{
background-color: #CF6AFF;
}
.BgClassName
{
background-color: #CF6AFF;
}
</style>
border-color css
<style>
span { border-color: #CF6AFF; }
span { border-color: rgb(207,106,255); }
td.TdClassName
{
border-color: #CF6AFF;
}
.TagClassName
{
border-color: #CF6AFF;
}
</style>