Shades of Heliotrope #CC62EE
Tints of Heliotrope #CC62EE
RGB
CMYK
RGB Variations
Color information
#CC62EE (or 0xCC62EE) is known color: Heliotrope. HEX triplet: CC, 62 and EE. RGB value is (204,98,238). Sum of RGB (Red+Green+Blue) = 204+98+238=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62EE is #339D11. Grayscale: #919191. Windows color (decimal): -3382546 or 15622860. OLE color: 15622860.
HSL color Cylindrical-coordinate representation of color #CC62EE: hue angle of 285.43º 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 #CC62EE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 98 | 238 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.07 |
| HSL | 285.43º | 0.8% | 0.66% | - |
| HSV(B) | 285.43º | 0.59% | 0.93% | - |
| XYZ | 44.7 | 27.75 | 83.89 | - |
| YUV | 145.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 238 | 0.14 | 0.59 | 0 | 0.07 | 285.43 | 0.8 | 0.66 |
| Hex | CC | 62 | EE | E | 3B | 0 | 7 | 11D | 50 | 42 |
| Octal | 314 | 142 | 356 | 16 | 73 | 0 | 7 | 435 | 120 | 102 |
| Binary | 11001100 | 1100010 | 11101110 | 1110 | 111011 | 0 | 111 | 100011101 | 1010000 | 1000010 |
Color Harmonies of #CC62EE
Complementary color
Monochromatic Colors of #CC62EE
Black with #CC62EE
Text Example
Text Example
White with #CC62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62EE; }
p { color: rgb(204,98,238); }
H1.HeaderClassName
{
color: #CC62EE;
}
.AnyTagClassName
{
color: #CC62EE;
}
</style>
background-color css
<style>
a { background-color: #CC62EE; }
a { background-color: rgb(204,98,238); }
div.DivClassName
{
background-color: #CC62EE;
}
.BgClassName
{
background-color: #CC62EE;
}
</style>
border-color css
<style>
span { border-color: #CC62EE; }
span { border-color: rgb(204,98,238); }
td.TdClassName
{
border-color: #CC62EE;
}
.TagClassName
{
border-color: #CC62EE;
}
</style>