Shades of Heliotrope #CF6EEC
Tints of Heliotrope #CF6EEC
RGB
CMYK
RGB Variations
Color information
#CF6EEC (or 0xCF6EEC) is known color: Heliotrope. HEX triplet: CF, 6E and EC. RGB value is (207,110,236). Sum of RGB (Red+Green+Blue) = 207+110+236=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EEC is #309113. Grayscale: #989898. Windows color (decimal): -3182868 or 15494863. OLE color: 15494863.
HSL color Cylindrical-coordinate representation of color #CF6EEC: hue angle of 286.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6EEC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 110 | 236 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.07 |
| HSL | 286.19º | 0.77% | 0.68% | - |
| HSV(B) | 286.19º | 0.53% | 0.93% | - |
| XYZ | 46.45 | 30.47 | 82.79 | - |
| YUV | 153.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 236 | 0.12 | 0.53 | 0 | 0.07 | 286.19 | 0.77 | 0.68 |
| Hex | CF | 6E | EC | C | 35 | 0 | 7 | 11E | 4D | 44 |
| Octal | 317 | 156 | 354 | 14 | 65 | 0 | 7 | 436 | 115 | 104 |
| Binary | 11001111 | 1101110 | 11101100 | 1100 | 110101 | 0 | 111 | 100011110 | 1001101 | 1000100 |
Color Harmonies of #CF6EEC
Complementary color
Monochromatic Colors of #CF6EEC
Black with #CF6EEC
Text Example
Text Example
White with #CF6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EEC; }
p { color: rgb(207,110,236); }
H1.HeaderClassName
{
color: #CF6EEC;
}
.AnyTagClassName
{
color: #CF6EEC;
}
</style>
background-color css
<style>
a { background-color: #CF6EEC; }
a { background-color: rgb(207,110,236); }
div.DivClassName
{
background-color: #CF6EEC;
}
.BgClassName
{
background-color: #CF6EEC;
}
</style>
border-color css
<style>
span { border-color: #CF6EEC; }
span { border-color: rgb(207,110,236); }
td.TdClassName
{
border-color: #CF6EEC;
}
.TagClassName
{
border-color: #CF6EEC;
}
</style>