Shades of Heliotrope #C86BEC
Tints of Heliotrope #C86BEC
RGB
CMYK
RGB Variations
Color information
#C86BEC (or 0xC86BEC) is known color: Heliotrope. HEX triplet: C8, 6B and EC. RGB value is (200,107,236). Sum of RGB (Red+Green+Blue) = 200+107+236=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #C86BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BEC is #379413. Grayscale: #959595. Windows color (decimal): -3642388 or 15494088. OLE color: 15494088.
HSL color Cylindrical-coordinate representation of color #C86BEC: hue angle of 283.26º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86BEC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 107 | 236 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.07 |
| HSL | 283.26º | 0.77% | 0.67% | - |
| HSV(B) | 283.26º | 0.55% | 0.93% | - |
| XYZ | 44.22 | 28.85 | 82.6 | - |
| YUV | 149.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 236 | 0.15 | 0.55 | 0 | 0.07 | 283.26 | 0.77 | 0.67 |
| Hex | C8 | 6B | EC | F | 37 | 0 | 7 | 11B | 4D | 43 |
| Octal | 310 | 153 | 354 | 17 | 67 | 0 | 7 | 433 | 115 | 103 |
| Binary | 11001000 | 1101011 | 11101100 | 1111 | 110111 | 0 | 111 | 100011011 | 1001101 | 1000011 |
Color Harmonies of #C86BEC
Complementary color
Monochromatic Colors of #C86BEC
Black with #C86BEC
Text Example
Text Example
White with #C86BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BEC; }
p { color: rgb(200,107,236); }
H1.HeaderClassName
{
color: #C86BEC;
}
.AnyTagClassName
{
color: #C86BEC;
}
</style>
background-color css
<style>
a { background-color: #C86BEC; }
a { background-color: rgb(200,107,236); }
div.DivClassName
{
background-color: #C86BEC;
}
.BgClassName
{
background-color: #C86BEC;
}
</style>
border-color css
<style>
span { border-color: #C86BEC; }
span { border-color: rgb(200,107,236); }
td.TdClassName
{
border-color: #C86BEC;
}
.TagClassName
{
border-color: #C86BEC;
}
</style>