Shades of Heliotrope #C66EEC
Tints of Heliotrope #C66EEC
RGB
CMYK
RGB Variations
Color information
#C66EEC (or 0xC66EEC) is known color: Heliotrope. HEX triplet: C6, 6E and EC. RGB value is (198,110,236). Sum of RGB (Red+Green+Blue) = 198+110+236=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #C66EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EEC is #399113. Grayscale: #969696. Windows color (decimal): -3772692 or 15494854. OLE color: 15494854.
HSL color Cylindrical-coordinate representation of color #C66EEC: hue angle of 281.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66EEC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 110 | 236 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.07 |
| HSL | 281.9º | 0.77% | 0.68% | - |
| HSV(B) | 281.9º | 0.53% | 0.93% | - |
| XYZ | 44 | 29.21 | 82.68 | - |
| YUV | 150.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 236 | 0.16 | 0.53 | 0 | 0.07 | 281.9 | 0.77 | 0.68 |
| Hex | C6 | 6E | EC | 10 | 35 | 0 | 7 | 11A | 4D | 44 |
| Octal | 306 | 156 | 354 | 20 | 65 | 0 | 7 | 432 | 115 | 104 |
| Binary | 11000110 | 1101110 | 11101100 | 10000 | 110101 | 0 | 111 | 100011010 | 1001101 | 1000100 |
Color Harmonies of #C66EEC
Complementary color
Monochromatic Colors of #C66EEC
Black with #C66EEC
Text Example
Text Example
White with #C66EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EEC; }
p { color: rgb(198,110,236); }
H1.HeaderClassName
{
color: #C66EEC;
}
.AnyTagClassName
{
color: #C66EEC;
}
</style>
background-color css
<style>
a { background-color: #C66EEC; }
a { background-color: rgb(198,110,236); }
div.DivClassName
{
background-color: #C66EEC;
}
.BgClassName
{
background-color: #C66EEC;
}
</style>
border-color css
<style>
span { border-color: #C66EEC; }
span { border-color: rgb(198,110,236); }
td.TdClassName
{
border-color: #C66EEC;
}
.TagClassName
{
border-color: #C66EEC;
}
</style>