Shades of Heliotrope #C86EEF
Tints of Heliotrope #C86EEF
RGB
CMYK
RGB Variations
Color information
#C86EEF (or 0xC86EEF) is known color: Heliotrope. HEX triplet: C8, 6E and EF. RGB value is (200,110,239). Sum of RGB (Red+Green+Blue) = 200+110+239=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #C86EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EEF is #379110. Grayscale: #979797. Windows color (decimal): -3641617 or 15691464. OLE color: 15691464.
HSL color Cylindrical-coordinate representation of color #C86EEF: hue angle of 281.86º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C86EEF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 110 | 239 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.06 |
| HSL | 281.86º | 0.8% | 0.68% | - |
| HSV(B) | 281.86º | 0.54% | 0.94% | - |
| XYZ | 44.98 | 29.66 | 85.02 | - |
| YUV | 151.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 239 | 0.16 | 0.54 | 0 | 0.06 | 281.86 | 0.8 | 0.68 |
| Hex | C8 | 6E | EF | 10 | 36 | 0 | 6 | 11A | 50 | 44 |
| Octal | 310 | 156 | 357 | 20 | 66 | 0 | 6 | 432 | 120 | 104 |
| Binary | 11001000 | 1101110 | 11101111 | 10000 | 110110 | 0 | 110 | 100011010 | 1010000 | 1000100 |
Color Harmonies of #C86EEF
Complementary color
Monochromatic Colors of #C86EEF
Black with #C86EEF
Text Example
Text Example
White with #C86EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EEF; }
p { color: rgb(200,110,239); }
H1.HeaderClassName
{
color: #C86EEF;
}
.AnyTagClassName
{
color: #C86EEF;
}
</style>
background-color css
<style>
a { background-color: #C86EEF; }
a { background-color: rgb(200,110,239); }
div.DivClassName
{
background-color: #C86EEF;
}
.BgClassName
{
background-color: #C86EEF;
}
</style>
border-color css
<style>
span { border-color: #C86EEF; }
span { border-color: rgb(200,110,239); }
td.TdClassName
{
border-color: #C86EEF;
}
.TagClassName
{
border-color: #C86EEF;
}
</style>