Shades of Heliotrope #CF60EA
Tints of Heliotrope #CF60EA
RGB
CMYK
RGB Variations
Color information
#CF60EA (or 0xCF60EA) is known color: Heliotrope. HEX triplet: CF, 60 and EA. RGB value is (207,96,234). Sum of RGB (Red+Green+Blue) = 207+96+234=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF60EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60EA is #309F15. Grayscale: #909090. Windows color (decimal): -3186454 or 15360207. OLE color: 15360207.
HSL color Cylindrical-coordinate representation of color #CF60EA: hue angle of 288.26º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF60EA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 96 | 234 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.08 |
| HSL | 288.26º | 0.77% | 0.65% | - |
| HSV(B) | 288.26º | 0.59% | 0.92% | - |
| XYZ | 44.77 | 27.57 | 80.8 | - |
| YUV | 144.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 234 | 0.12 | 0.59 | 0 | 0.08 | 288.26 | 0.77 | 0.65 |
| Hex | CF | 60 | EA | C | 3B | 0 | 8 | 120 | 4D | 41 |
| Octal | 317 | 140 | 352 | 14 | 73 | 0 | 10 | 440 | 115 | 101 |
| Binary | 11001111 | 1100000 | 11101010 | 1100 | 111011 | 0 | 1000 | 100100000 | 1001101 | 1000001 |
Color Harmonies of #CF60EA
Complementary color
Monochromatic Colors of #CF60EA
Black with #CF60EA
Text Example
Text Example
White with #CF60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60EA; }
p { color: rgb(207,96,234); }
H1.HeaderClassName
{
color: #CF60EA;
}
.AnyTagClassName
{
color: #CF60EA;
}
</style>
background-color css
<style>
a { background-color: #CF60EA; }
a { background-color: rgb(207,96,234); }
div.DivClassName
{
background-color: #CF60EA;
}
.BgClassName
{
background-color: #CF60EA;
}
</style>
border-color css
<style>
span { border-color: #CF60EA; }
span { border-color: rgb(207,96,234); }
td.TdClassName
{
border-color: #CF60EA;
}
.TagClassName
{
border-color: #CF60EA;
}
</style>