Shades of Heliotrope #C86CED
Tints of Heliotrope #C86CED
RGB
CMYK
RGB Variations
Color information
#C86CED (or 0xC86CED) is known color: Heliotrope. HEX triplet: C8, 6C and ED. RGB value is (200,108,237). Sum of RGB (Red+Green+Blue) = 200+108+237=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 108 (42.58% from 255 or 19.82% 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 #C86CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86CED is #379312. Grayscale: #959595. Windows color (decimal): -3642131 or 15559880. OLE color: 15559880.
HSL color Cylindrical-coordinate representation of color #C86CED: hue angle of 282.79º 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 #C86CED is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 108 | 237 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.07 |
| HSL | 282.79º | 0.78% | 0.68% | - |
| HSV(B) | 282.79º | 0.54% | 0.93% | - |
| XYZ | 44.47 | 29.12 | 83.4 | - |
| YUV | 150.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 237 | 0.16 | 0.54 | 0 | 0.07 | 282.79 | 0.78 | 0.68 |
| Hex | C8 | 6C | ED | 10 | 36 | 0 | 7 | 11B | 4E | 44 |
| Octal | 310 | 154 | 355 | 20 | 66 | 0 | 7 | 433 | 116 | 104 |
| Binary | 11001000 | 1101100 | 11101101 | 10000 | 110110 | 0 | 111 | 100011011 | 1001110 | 1000100 |
Color Harmonies of #C86CED
Complementary color
Monochromatic Colors of #C86CED
Black with #C86CED
Text Example
Text Example
White with #C86CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CED; }
p { color: rgb(200,108,237); }
H1.HeaderClassName
{
color: #C86CED;
}
.AnyTagClassName
{
color: #C86CED;
}
</style>
background-color css
<style>
a { background-color: #C86CED; }
a { background-color: rgb(200,108,237); }
div.DivClassName
{
background-color: #C86CED;
}
.BgClassName
{
background-color: #C86CED;
}
</style>
border-color css
<style>
span { border-color: #C86CED; }
span { border-color: rgb(200,108,237); }
td.TdClassName
{
border-color: #C86CED;
}
.TagClassName
{
border-color: #C86CED;
}
</style>