Shades of Heliotrope #CC6EED
Tints of Heliotrope #CC6EED
RGB
CMYK
RGB Variations
Color information
#CC6EED (or 0xCC6EED) is known color: Heliotrope. HEX triplet: CC, 6E and ED. RGB value is (204,110,237). Sum of RGB (Red+Green+Blue) = 204+110+237=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EED is #339112. Grayscale: #989898. Windows color (decimal): -3379475 or 15560396. OLE color: 15560396.
HSL color Cylindrical-coordinate representation of color #CC6EED: hue angle of 284.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6EED is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 110 | 237 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.07 |
| HSL | 284.41º | 0.78% | 0.68% | - |
| HSV(B) | 284.41º | 0.54% | 0.93% | - |
| XYZ | 45.76 | 30.1 | 83.52 | - |
| YUV | 152.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 237 | 0.14 | 0.54 | 0 | 0.07 | 284.41 | 0.78 | 0.68 |
| Hex | CC | 6E | ED | E | 36 | 0 | 7 | 11C | 4E | 44 |
| Octal | 314 | 156 | 355 | 16 | 66 | 0 | 7 | 434 | 116 | 104 |
| Binary | 11001100 | 1101110 | 11101101 | 1110 | 110110 | 0 | 111 | 100011100 | 1001110 | 1000100 |
Color Harmonies of #CC6EED
Complementary color
Monochromatic Colors of #CC6EED
Black with #CC6EED
Text Example
Text Example
White with #CC6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EED; }
p { color: rgb(204,110,237); }
H1.HeaderClassName
{
color: #CC6EED;
}
.AnyTagClassName
{
color: #CC6EED;
}
</style>
background-color css
<style>
a { background-color: #CC6EED; }
a { background-color: rgb(204,110,237); }
div.DivClassName
{
background-color: #CC6EED;
}
.BgClassName
{
background-color: #CC6EED;
}
</style>
border-color css
<style>
span { border-color: #CC6EED; }
span { border-color: rgb(204,110,237); }
td.TdClassName
{
border-color: #CC6EED;
}
.TagClassName
{
border-color: #CC6EED;
}
</style>