Shades of Heliotrope #C86EEE
Tints of Heliotrope #C86EEE
RGB
CMYK
RGB Variations
Color information
#C86EEE (or 0xC86EEE) is known color: Heliotrope. HEX triplet: C8, 6E and EE. RGB value is (200,110,238). Sum of RGB (Red+Green+Blue) = 200+110+238=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C86EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EEE is #379111. Grayscale: #979797. Windows color (decimal): -3641618 or 15625928. OLE color: 15625928.
HSL color Cylindrical-coordinate representation of color #C86EEE: hue angle of 282.19º degrees, saturation: 0.79, 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 #C86EEE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 110 | 238 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 282.19º | 0.79% | 0.68% | - |
| HSV(B) | 282.19º | 0.54% | 0.93% | - |
| XYZ | 44.83 | 29.6 | 84.24 | - |
| YUV | 151.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 238 | 0.16 | 0.54 | 0 | 0.07 | 282.19 | 0.79 | 0.68 |
| Hex | C8 | 6E | EE | 10 | 36 | 0 | 7 | 11A | 4F | 44 |
| Octal | 310 | 156 | 356 | 20 | 66 | 0 | 7 | 432 | 117 | 104 |
| Binary | 11001000 | 1101110 | 11101110 | 10000 | 110110 | 0 | 111 | 100011010 | 1001111 | 1000100 |
Color Harmonies of #C86EEE
Complementary color
Monochromatic Colors of #C86EEE
Black with #C86EEE
Text Example
Text Example
White with #C86EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EEE; }
p { color: rgb(200,110,238); }
H1.HeaderClassName
{
color: #C86EEE;
}
.AnyTagClassName
{
color: #C86EEE;
}
</style>
background-color css
<style>
a { background-color: #C86EEE; }
a { background-color: rgb(200,110,238); }
div.DivClassName
{
background-color: #C86EEE;
}
.BgClassName
{
background-color: #C86EEE;
}
</style>
border-color css
<style>
span { border-color: #C86EEE; }
span { border-color: rgb(200,110,238); }
td.TdClassName
{
border-color: #C86EEE;
}
.TagClassName
{
border-color: #C86EEE;
}
</style>