Shades of Heliotrope #CF5EEC
Tints of Heliotrope #CF5EEC
RGB
CMYK
RGB Variations
Color information
#CF5EEC (or 0xCF5EEC) is known color: Heliotrope. HEX triplet: CF, 5E and EC. RGB value is (207,94,236). Sum of RGB (Red+Green+Blue) = 207+94+236=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5EEC is #30A113. Grayscale: #8F8F8F. Windows color (decimal): -3186964 or 15490767. OLE color: 15490767.
HSL color Cylindrical-coordinate representation of color #CF5EEC: hue angle of 287.75º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5EEC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 94 | 236 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.07 |
| HSL | 287.75º | 0.79% | 0.65% | - |
| HSV(B) | 287.75º | 0.6% | 0.93% | - |
| XYZ | 44.88 | 27.33 | 82.27 | - |
| YUV | 143.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 236 | 0.12 | 0.60 | 0 | 0.07 | 287.75 | 0.79 | 0.65 |
| Hex | CF | 5E | EC | C | 3C | 0 | 7 | 120 | 4F | 41 |
| Octal | 317 | 136 | 354 | 14 | 74 | 0 | 7 | 440 | 117 | 101 |
| Binary | 11001111 | 1011110 | 11101100 | 1100 | 111100 | 0 | 111 | 100100000 | 1001111 | 1000001 |
Color Harmonies of #CF5EEC
Complementary color
Monochromatic Colors of #CF5EEC
Black with #CF5EEC
Text Example
Text Example
White with #CF5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EEC; }
p { color: rgb(207,94,236); }
H1.HeaderClassName
{
color: #CF5EEC;
}
.AnyTagClassName
{
color: #CF5EEC;
}
</style>
background-color css
<style>
a { background-color: #CF5EEC; }
a { background-color: rgb(207,94,236); }
div.DivClassName
{
background-color: #CF5EEC;
}
.BgClassName
{
background-color: #CF5EEC;
}
</style>
border-color css
<style>
span { border-color: #CF5EEC; }
span { border-color: rgb(207,94,236); }
td.TdClassName
{
border-color: #CF5EEC;
}
.TagClassName
{
border-color: #CF5EEC;
}
</style>