Shades of Heliotrope #C86BEF
Tints of Heliotrope #C86BEF
RGB
CMYK
RGB Variations
Color information
#C86BEF (or 0xC86BEF) is known color: Heliotrope. HEX triplet: C8, 6B and EF. RGB value is (200,107,239). Sum of RGB (Red+Green+Blue) = 200+107+239=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #C86BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BEF is #379410. Grayscale: #959595. Windows color (decimal): -3642385 or 15690696. OLE color: 15690696.
HSL color Cylindrical-coordinate representation of color #C86BEF: hue angle of 282.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86BEF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 107 | 239 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.06 |
| HSL | 282.27º | 0.8% | 0.68% | - |
| HSV(B) | 282.27º | 0.55% | 0.94% | - |
| XYZ | 44.66 | 29.03 | 84.91 | - |
| YUV | 149.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 239 | 0.16 | 0.55 | 0 | 0.06 | 282.27 | 0.8 | 0.68 |
| Hex | C8 | 6B | EF | 10 | 37 | 0 | 6 | 11A | 50 | 44 |
| Octal | 310 | 153 | 357 | 20 | 67 | 0 | 6 | 432 | 120 | 104 |
| Binary | 11001000 | 1101011 | 11101111 | 10000 | 110111 | 0 | 110 | 100011010 | 1010000 | 1000100 |
Color Harmonies of #C86BEF
Complementary color
Monochromatic Colors of #C86BEF
Black with #C86BEF
Text Example
Text Example
White with #C86BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BEF; }
p { color: rgb(200,107,239); }
H1.HeaderClassName
{
color: #C86BEF;
}
.AnyTagClassName
{
color: #C86BEF;
}
</style>
background-color css
<style>
a { background-color: #C86BEF; }
a { background-color: rgb(200,107,239); }
div.DivClassName
{
background-color: #C86BEF;
}
.BgClassName
{
background-color: #C86BEF;
}
</style>
border-color css
<style>
span { border-color: #C86BEF; }
span { border-color: rgb(200,107,239); }
td.TdClassName
{
border-color: #C86BEF;
}
.TagClassName
{
border-color: #C86BEF;
}
</style>