Shades of Heliotrope #CF62EC
Tints of Heliotrope #CF62EC
RGB
CMYK
RGB Variations
Color information
#CF62EC (or 0xCF62EC) is known color: Heliotrope. HEX triplet: CF, 62 and EC. RGB value is (207,98,236). Sum of RGB (Red+Green+Blue) = 207+98+236=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62EC is #309D13. Grayscale: #919191. Windows color (decimal): -3185940 or 15491791. OLE color: 15491791.
HSL color Cylindrical-coordinate representation of color #CF62EC: hue angle of 287.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF62EC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 98 | 236 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.07 |
| HSL | 287.39º | 0.78% | 0.65% | - |
| HSV(B) | 287.39º | 0.58% | 0.93% | - |
| XYZ | 45.24 | 28.06 | 82.39 | - |
| YUV | 146.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 236 | 0.12 | 0.58 | 0 | 0.07 | 287.39 | 0.78 | 0.65 |
| Hex | CF | 62 | EC | C | 3A | 0 | 7 | 11F | 4E | 41 |
| Octal | 317 | 142 | 354 | 14 | 72 | 0 | 7 | 437 | 116 | 101 |
| Binary | 11001111 | 1100010 | 11101100 | 1100 | 111010 | 0 | 111 | 100011111 | 1001110 | 1000001 |
Color Harmonies of #CF62EC
Complementary color
Monochromatic Colors of #CF62EC
Black with #CF62EC
Text Example
Text Example
White with #CF62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62EC; }
p { color: rgb(207,98,236); }
H1.HeaderClassName
{
color: #CF62EC;
}
.AnyTagClassName
{
color: #CF62EC;
}
</style>
background-color css
<style>
a { background-color: #CF62EC; }
a { background-color: rgb(207,98,236); }
div.DivClassName
{
background-color: #CF62EC;
}
.BgClassName
{
background-color: #CF62EC;
}
</style>
border-color css
<style>
span { border-color: #CF62EC; }
span { border-color: rgb(207,98,236); }
td.TdClassName
{
border-color: #CF62EC;
}
.TagClassName
{
border-color: #CF62EC;
}
</style>