Shades of Heliotrope #CC6EEA
Tints of Heliotrope #CC6EEA
RGB
CMYK
RGB Variations
Color information
#CC6EEA (or 0xCC6EEA) is known color: Heliotrope. HEX triplet: CC, 6E and EA. RGB value is (204,110,234). Sum of RGB (Red+Green+Blue) = 204+110+234=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EEA is #339115. Grayscale: #979797. Windows color (decimal): -3379478 or 15363788. OLE color: 15363788.
HSL color Cylindrical-coordinate representation of color #CC6EEA: hue angle of 285.48º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6EEA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 110 | 234 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.08 |
| HSL | 285.48º | 0.75% | 0.67% | - |
| HSV(B) | 285.48º | 0.53% | 0.92% | - |
| XYZ | 45.33 | 29.93 | 81.23 | - |
| YUV | 152.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 234 | 0.13 | 0.53 | 0 | 0.08 | 285.48 | 0.75 | 0.67 |
| Hex | CC | 6E | EA | D | 35 | 0 | 8 | 11D | 4B | 43 |
| Octal | 314 | 156 | 352 | 15 | 65 | 0 | 10 | 435 | 113 | 103 |
| Binary | 11001100 | 1101110 | 11101010 | 1101 | 110101 | 0 | 1000 | 100011101 | 1001011 | 1000011 |
Color Harmonies of #CC6EEA
Complementary color
Monochromatic Colors of #CC6EEA
Black with #CC6EEA
Text Example
Text Example
White with #CC6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EEA; }
p { color: rgb(204,110,234); }
H1.HeaderClassName
{
color: #CC6EEA;
}
.AnyTagClassName
{
color: #CC6EEA;
}
</style>
background-color css
<style>
a { background-color: #CC6EEA; }
a { background-color: rgb(204,110,234); }
div.DivClassName
{
background-color: #CC6EEA;
}
.BgClassName
{
background-color: #CC6EEA;
}
</style>
border-color css
<style>
span { border-color: #CC6EEA; }
span { border-color: rgb(204,110,234); }
td.TdClassName
{
border-color: #CC6EEA;
}
.TagClassName
{
border-color: #CC6EEA;
}
</style>