Shades of Heliotrope #CF64EB
Tints of Heliotrope #CF64EB
RGB
CMYK
RGB Variations
Color information
#CF64EB (or 0xCF64EB) is known color: Heliotrope. HEX triplet: CF, 64 and EB. RGB value is (207,100,235). Sum of RGB (Red+Green+Blue) = 207+100+235=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF64EB is #309B14. Grayscale: #929292. Windows color (decimal): -3185429 or 15426767. OLE color: 15426767.
HSL color Cylindrical-coordinate representation of color #CF64EB: hue angle of 287.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF64EB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 100 | 235 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.08 |
| HSL | 287.56º | 0.77% | 0.66% | - |
| HSV(B) | 287.56º | 0.57% | 0.92% | - |
| XYZ | 45.28 | 28.38 | 81.69 | - |
| YUV | 147.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 235 | 0.12 | 0.57 | 0 | 0.08 | 287.56 | 0.77 | 0.66 |
| Hex | CF | 64 | EB | C | 39 | 0 | 8 | 120 | 4D | 42 |
| Octal | 317 | 144 | 353 | 14 | 71 | 0 | 10 | 440 | 115 | 102 |
| Binary | 11001111 | 1100100 | 11101011 | 1100 | 111001 | 0 | 1000 | 100100000 | 1001101 | 1000010 |
Color Harmonies of #CF64EB
Complementary color
Monochromatic Colors of #CF64EB
Black with #CF64EB
Text Example
Text Example
White with #CF64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64EB; }
p { color: rgb(207,100,235); }
H1.HeaderClassName
{
color: #CF64EB;
}
.AnyTagClassName
{
color: #CF64EB;
}
</style>
background-color css
<style>
a { background-color: #CF64EB; }
a { background-color: rgb(207,100,235); }
div.DivClassName
{
background-color: #CF64EB;
}
.BgClassName
{
background-color: #CF64EB;
}
</style>
border-color css
<style>
span { border-color: #CF64EB; }
span { border-color: rgb(207,100,235); }
td.TdClassName
{
border-color: #CF64EB;
}
.TagClassName
{
border-color: #CF64EB;
}
</style>