Shades of Heliotrope #C66EED
Tints of Heliotrope #C66EED
RGB
CMYK
RGB Variations
Color information
#C66EED (or 0xC66EED) is known color: Heliotrope. HEX triplet: C6, 6E and ED. RGB value is (198,110,237). Sum of RGB (Red+Green+Blue) = 198+110+237=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C66EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EED is #399112. Grayscale: #969696. Windows color (decimal): -3772691 or 15560390. OLE color: 15560390.
HSL color Cylindrical-coordinate representation of color #C66EED: hue angle of 281.57º 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 #C66EED is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 110 | 237 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 281.57º | 0.78% | 0.68% | - |
| HSV(B) | 281.57º | 0.54% | 0.93% | - |
| XYZ | 44.15 | 29.27 | 83.44 | - |
| YUV | 150.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 237 | 0.16 | 0.54 | 0 | 0.07 | 281.57 | 0.78 | 0.68 |
| Hex | C6 | 6E | ED | 10 | 36 | 0 | 7 | 11A | 4E | 44 |
| Octal | 306 | 156 | 355 | 20 | 66 | 0 | 7 | 432 | 116 | 104 |
| Binary | 11000110 | 1101110 | 11101101 | 10000 | 110110 | 0 | 111 | 100011010 | 1001110 | 1000100 |
Color Harmonies of #C66EED
Complementary color
Monochromatic Colors of #C66EED
Black with #C66EED
Text Example
Text Example
White with #C66EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EED; }
p { color: rgb(198,110,237); }
H1.HeaderClassName
{
color: #C66EED;
}
.AnyTagClassName
{
color: #C66EED;
}
</style>
background-color css
<style>
a { background-color: #C66EED; }
a { background-color: rgb(198,110,237); }
div.DivClassName
{
background-color: #C66EED;
}
.BgClassName
{
background-color: #C66EED;
}
</style>
border-color css
<style>
span { border-color: #C66EED; }
span { border-color: rgb(198,110,237); }
td.TdClassName
{
border-color: #C66EED;
}
.TagClassName
{
border-color: #C66EED;
}
</style>