Shades of Heliotrope #C86EF4
Tints of Heliotrope #C86EF4
RGB
CMYK
RGB Variations
Color information
#C86EF4 (or 0xC86EF4) is known color: Heliotrope. HEX triplet: C8, 6E and F4. RGB value is (200,110,244). Sum of RGB (Red+Green+Blue) = 200+110+244=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #C86EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EF4 is #37910B. Grayscale: #979797. Windows color (decimal): -3641612 or 16019144. OLE color: 16019144.
HSL color Cylindrical-coordinate representation of color #C86EF4: hue angle of 280.3º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C86EF4 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 110 | 244 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.04 |
| HSL | 280.3º | 0.86% | 0.69% | - |
| HSV(B) | 280.3º | 0.55% | 0.96% | - |
| XYZ | 45.72 | 29.96 | 88.96 | - |
| YUV | 152.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 244 | 0.18 | 0.55 | 0 | 0.04 | 280.3 | 0.86 | 0.69 |
| Hex | C8 | 6E | F4 | 12 | 37 | 0 | 4 | 118 | 56 | 45 |
| Octal | 310 | 156 | 364 | 22 | 67 | 0 | 4 | 430 | 126 | 105 |
| Binary | 11001000 | 1101110 | 11110100 | 10010 | 110111 | 0 | 100 | 100011000 | 1010110 | 1000101 |
Color Harmonies of #C86EF4
Complementary color
Monochromatic Colors of #C86EF4
Black with #C86EF4
Text Example
Text Example
White with #C86EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EF4; }
p { color: rgb(200,110,244); }
H1.HeaderClassName
{
color: #C86EF4;
}
.AnyTagClassName
{
color: #C86EF4;
}
</style>
background-color css
<style>
a { background-color: #C86EF4; }
a { background-color: rgb(200,110,244); }
div.DivClassName
{
background-color: #C86EF4;
}
.BgClassName
{
background-color: #C86EF4;
}
</style>
border-color css
<style>
span { border-color: #C86EF4; }
span { border-color: rgb(200,110,244); }
td.TdClassName
{
border-color: #C86EF4;
}
.TagClassName
{
border-color: #C86EF4;
}
</style>