Shades of Heliotrope #C86EFF
Tints of Heliotrope #C86EFF
RGB
CMYK
RGB Variations
Color information
#C86EFF (or 0xC86EFF) is known color: Heliotrope. HEX triplet: C8, 6E and FF. RGB value is (200,110,255). Sum of RGB (Red+Green+Blue) = 200+110+255=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C86EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EFF is #379100. Grayscale: #989898. Windows color (decimal): -3641601 or 16740040. OLE color: 16740040.
HSL color Cylindrical-coordinate representation of color #C86EFF: hue angle of 277.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86EFF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 110 | 255 | - |
| CMYK | 0.22 | 0.57 | 0 | 0 |
| HSL | 277.24º | 1% | 0.72% | - |
| HSV(B) | 277.24º | 0.57% | 1% | - |
| XYZ | 47.45 | 30.65 | 98.02 | - |
| YUV | 153.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 255 | 0.22 | 0.57 | 0 | 0 | 277.24 | 1 | 0.72 |
| Hex | C8 | 6E | FF | 16 | 39 | 0 | 0 | 115 | 64 | 48 |
| Octal | 310 | 156 | 377 | 26 | 71 | 0 | 0 | 425 | 144 | 110 |
| Binary | 11001000 | 1101110 | 11111111 | 10110 | 111001 | 0 | 0 | 100010101 | 1100100 | 1001000 |
Color Harmonies of #C86EFF
Complementary color
Monochromatic Colors of #C86EFF
Black with #C86EFF
Text Example
Text Example
White with #C86EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EFF; }
p { color: rgb(200,110,255); }
H1.HeaderClassName
{
color: #C86EFF;
}
.AnyTagClassName
{
color: #C86EFF;
}
</style>
background-color css
<style>
a { background-color: #C86EFF; }
a { background-color: rgb(200,110,255); }
div.DivClassName
{
background-color: #C86EFF;
}
.BgClassName
{
background-color: #C86EFF;
}
</style>
border-color css
<style>
span { border-color: #C86EFF; }
span { border-color: rgb(200,110,255); }
td.TdClassName
{
border-color: #C86EFF;
}
.TagClassName
{
border-color: #C86EFF;
}
</style>