Shades of Heliotrope #C86EEC
Tints of Heliotrope #C86EEC
RGB
CMYK
RGB Variations
Color information
#C86EEC (or 0xC86EEC) is known color: Heliotrope. HEX triplet: C8, 6E and EC. RGB value is (200,110,236). Sum of RGB (Red+Green+Blue) = 200+110+236=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C86EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EEC is #379113. Grayscale: #969696. Windows color (decimal): -3641620 or 15494856. OLE color: 15494856.
HSL color Cylindrical-coordinate representation of color #C86EEC: hue angle of 282.86º 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 #C86EEC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 110 | 236 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.07 |
| HSL | 282.86º | 0.77% | 0.68% | - |
| HSV(B) | 282.86º | 0.53% | 0.93% | - |
| XYZ | 44.54 | 29.49 | 82.7 | - |
| YUV | 151.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 236 | 0.15 | 0.53 | 0 | 0.07 | 282.86 | 0.77 | 0.68 |
| Hex | C8 | 6E | EC | F | 35 | 0 | 7 | 11B | 4D | 44 |
| Octal | 310 | 156 | 354 | 17 | 65 | 0 | 7 | 433 | 115 | 104 |
| Binary | 11001000 | 1101110 | 11101100 | 1111 | 110101 | 0 | 111 | 100011011 | 1001101 | 1000100 |
Color Harmonies of #C86EEC
Complementary color
Monochromatic Colors of #C86EEC
Black with #C86EEC
Text Example
Text Example
White with #C86EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EEC; }
p { color: rgb(200,110,236); }
H1.HeaderClassName
{
color: #C86EEC;
}
.AnyTagClassName
{
color: #C86EEC;
}
</style>
background-color css
<style>
a { background-color: #C86EEC; }
a { background-color: rgb(200,110,236); }
div.DivClassName
{
background-color: #C86EEC;
}
.BgClassName
{
background-color: #C86EEC;
}
</style>
border-color css
<style>
span { border-color: #C86EEC; }
span { border-color: rgb(200,110,236); }
td.TdClassName
{
border-color: #C86EEC;
}
.TagClassName
{
border-color: #C86EEC;
}
</style>