Shades of Heliotrope #CC62EF
Tints of Heliotrope #CC62EF
RGB
CMYK
RGB Variations
Color information
#CC62EF (or 0xCC62EF) is known color: Heliotrope. HEX triplet: CC, 62 and EF. RGB value is (204,98,239). Sum of RGB (Red+Green+Blue) = 204+98+239=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC62EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62EF is #339D10. Grayscale: #919191. Windows color (decimal): -3382545 or 15688396. OLE color: 15688396.
HSL color Cylindrical-coordinate representation of color #CC62EF: hue angle of 285.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC62EF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 98 | 239 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.06 |
| HSL | 285.11º | 0.82% | 0.66% | - |
| HSV(B) | 285.11º | 0.59% | 0.94% | - |
| XYZ | 44.85 | 27.8 | 84.66 | - |
| YUV | 145.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 239 | 0.15 | 0.59 | 0 | 0.06 | 285.11 | 0.82 | 0.66 |
| Hex | CC | 62 | EF | F | 3B | 0 | 6 | 11D | 52 | 42 |
| Octal | 314 | 142 | 357 | 17 | 73 | 0 | 6 | 435 | 122 | 102 |
| Binary | 11001100 | 1100010 | 11101111 | 1111 | 111011 | 0 | 110 | 100011101 | 1010010 | 1000010 |
Color Harmonies of #CC62EF
Complementary color
Monochromatic Colors of #CC62EF
Black with #CC62EF
Text Example
Text Example
White with #CC62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62EF; }
p { color: rgb(204,98,239); }
H1.HeaderClassName
{
color: #CC62EF;
}
.AnyTagClassName
{
color: #CC62EF;
}
</style>
background-color css
<style>
a { background-color: #CC62EF; }
a { background-color: rgb(204,98,239); }
div.DivClassName
{
background-color: #CC62EF;
}
.BgClassName
{
background-color: #CC62EF;
}
</style>
border-color css
<style>
span { border-color: #CC62EF; }
span { border-color: rgb(204,98,239); }
td.TdClassName
{
border-color: #CC62EF;
}
.TagClassName
{
border-color: #CC62EF;
}
</style>