Shades of Heliotrope #C86EFA
Tints of Heliotrope #C86EFA
RGB
CMYK
RGB Variations
Color information
#C86EFA (or 0xC86EFA) is known color: Heliotrope. HEX triplet: C8, 6E and FA. RGB value is (200,110,250). Sum of RGB (Red+Green+Blue) = 200+110+250=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C86EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EFA is #379105. Grayscale: #989898. Windows color (decimal): -3641606 or 16412360. OLE color: 16412360.
HSL color Cylindrical-coordinate representation of color #C86EFA: hue angle of 278.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C86EFA is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 110 | 250 | - |
| CMYK | 0.2 | 0.56 | 0 | 0.02 |
| HSL | 278.57º | 0.93% | 0.71% | - |
| HSV(B) | 278.57º | 0.56% | 0.98% | - |
| XYZ | 46.65 | 30.33 | 93.84 | - |
| YUV | 152.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 250 | 0.2 | 0.56 | 0 | 0.02 | 278.57 | 0.93 | 0.71 |
| Hex | C8 | 6E | FA | 14 | 38 | 0 | 2 | 117 | 5D | 47 |
| Octal | 310 | 156 | 372 | 24 | 70 | 0 | 2 | 427 | 135 | 107 |
| Binary | 11001000 | 1101110 | 11111010 | 10100 | 111000 | 0 | 10 | 100010111 | 1011101 | 1000111 |
Color Harmonies of #C86EFA
Complementary color
Monochromatic Colors of #C86EFA
Black with #C86EFA
Text Example
Text Example
White with #C86EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EFA; }
p { color: rgb(200,110,250); }
H1.HeaderClassName
{
color: #C86EFA;
}
.AnyTagClassName
{
color: #C86EFA;
}
</style>
background-color css
<style>
a { background-color: #C86EFA; }
a { background-color: rgb(200,110,250); }
div.DivClassName
{
background-color: #C86EFA;
}
.BgClassName
{
background-color: #C86EFA;
}
</style>
border-color css
<style>
span { border-color: #C86EFA; }
span { border-color: rgb(200,110,250); }
td.TdClassName
{
border-color: #C86EFA;
}
.TagClassName
{
border-color: #C86EFA;
}
</style>