Shades of Heliotrope #CF62EE
Tints of Heliotrope #CF62EE
RGB
CMYK
RGB Variations
Color information
#CF62EE (or 0xCF62EE) is known color: Heliotrope. HEX triplet: CF, 62 and EE. RGB value is (207,98,238). Sum of RGB (Red+Green+Blue) = 207+98+238=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62EE is #309D11. Grayscale: #929292. Windows color (decimal): -3185938 or 15622863. OLE color: 15622863.
HSL color Cylindrical-coordinate representation of color #CF62EE: hue angle of 286.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF62EE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 98 | 238 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.07 |
| HSL | 286.71º | 0.8% | 0.66% | - |
| HSV(B) | 286.71º | 0.59% | 0.93% | - |
| XYZ | 45.53 | 28.17 | 83.93 | - |
| YUV | 146.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 238 | 0.13 | 0.59 | 0 | 0.07 | 286.71 | 0.8 | 0.66 |
| Hex | CF | 62 | EE | D | 3B | 0 | 7 | 11F | 50 | 42 |
| Octal | 317 | 142 | 356 | 15 | 73 | 0 | 7 | 437 | 120 | 102 |
| Binary | 11001111 | 1100010 | 11101110 | 1101 | 111011 | 0 | 111 | 100011111 | 1010000 | 1000010 |
Color Harmonies of #CF62EE
Complementary color
Monochromatic Colors of #CF62EE
Black with #CF62EE
Text Example
Text Example
White with #CF62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62EE; }
p { color: rgb(207,98,238); }
H1.HeaderClassName
{
color: #CF62EE;
}
.AnyTagClassName
{
color: #CF62EE;
}
</style>
background-color css
<style>
a { background-color: #CF62EE; }
a { background-color: rgb(207,98,238); }
div.DivClassName
{
background-color: #CF62EE;
}
.BgClassName
{
background-color: #CF62EE;
}
</style>
border-color css
<style>
span { border-color: #CF62EE; }
span { border-color: rgb(207,98,238); }
td.TdClassName
{
border-color: #CF62EE;
}
.TagClassName
{
border-color: #CF62EE;
}
</style>