Shades of Heliotrope #C86EED
Tints of Heliotrope #C86EED
RGB
CMYK
RGB Variations
Color information
#C86EED (or 0xC86EED) is known color: Heliotrope. HEX triplet: C8, 6E and ED. RGB value is (200,110,237). Sum of RGB (Red+Green+Blue) = 200+110+237=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #C86EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EED is #379112. Grayscale: #969696. Windows color (decimal): -3641619 or 15560392. OLE color: 15560392.
HSL color Cylindrical-coordinate representation of color #C86EED: hue angle of 282.52º 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 #C86EED is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 110 | 237 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 282.52º | 0.78% | 0.68% | - |
| HSV(B) | 282.52º | 0.54% | 0.93% | - |
| XYZ | 44.68 | 29.55 | 83.47 | - |
| YUV | 151.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 237 | 0.16 | 0.54 | 0 | 0.07 | 282.52 | 0.78 | 0.68 |
| Hex | C8 | 6E | ED | 10 | 36 | 0 | 7 | 11B | 4E | 44 |
| Octal | 310 | 156 | 355 | 20 | 66 | 0 | 7 | 433 | 116 | 104 |
| Binary | 11001000 | 1101110 | 11101101 | 10000 | 110110 | 0 | 111 | 100011011 | 1001110 | 1000100 |
Color Harmonies of #C86EED
Complementary color
Monochromatic Colors of #C86EED
Black with #C86EED
Text Example
Text Example
White with #C86EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EED; }
p { color: rgb(200,110,237); }
H1.HeaderClassName
{
color: #C86EED;
}
.AnyTagClassName
{
color: #C86EED;
}
</style>
background-color css
<style>
a { background-color: #C86EED; }
a { background-color: rgb(200,110,237); }
div.DivClassName
{
background-color: #C86EED;
}
.BgClassName
{
background-color: #C86EED;
}
</style>
border-color css
<style>
span { border-color: #C86EED; }
span { border-color: rgb(200,110,237); }
td.TdClassName
{
border-color: #C86EED;
}
.TagClassName
{
border-color: #C86EED;
}
</style>