Shades of Heliotrope #C86DEF
Tints of Heliotrope #C86DEF
RGB
CMYK
RGB Variations
Color information
#C86DEF (or 0xC86DEF) is known color: Heliotrope. HEX triplet: C8, 6D and EF. RGB value is (200,109,239). Sum of RGB (Red+Green+Blue) = 200+109+239=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #C86DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DEF is #379210. Grayscale: #969696. Windows color (decimal): -3641873 or 15691208. OLE color: 15691208.
HSL color Cylindrical-coordinate representation of color #C86DEF: hue angle of 282º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C86DEF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 109 | 239 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.06 |
| HSL | 282º | 0.8% | 0.68% | - |
| HSV(B) | 282º | 0.54% | 0.94% | - |
| XYZ | 44.87 | 29.45 | 84.98 | - |
| YUV | 151.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 239 | 0.16 | 0.54 | 0 | 0.06 | 282 | 0.8 | 0.68 |
| Hex | C8 | 6D | EF | 10 | 36 | 0 | 6 | 11A | 50 | 44 |
| Octal | 310 | 155 | 357 | 20 | 66 | 0 | 6 | 432 | 120 | 104 |
| Binary | 11001000 | 1101101 | 11101111 | 10000 | 110110 | 0 | 110 | 100011010 | 1010000 | 1000100 |
Color Harmonies of #C86DEF
Complementary color
Monochromatic Colors of #C86DEF
Black with #C86DEF
Text Example
Text Example
White with #C86DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DEF; }
p { color: rgb(200,109,239); }
H1.HeaderClassName
{
color: #C86DEF;
}
.AnyTagClassName
{
color: #C86DEF;
}
</style>
background-color css
<style>
a { background-color: #C86DEF; }
a { background-color: rgb(200,109,239); }
div.DivClassName
{
background-color: #C86DEF;
}
.BgClassName
{
background-color: #C86DEF;
}
</style>
border-color css
<style>
span { border-color: #C86DEF; }
span { border-color: rgb(200,109,239); }
td.TdClassName
{
border-color: #C86DEF;
}
.TagClassName
{
border-color: #C86DEF;
}
</style>