Shades of Heliotrope #C86EFD
Tints of Heliotrope #C86EFD
RGB
CMYK
RGB Variations
Color information
#C86EFD (or 0xC86EFD) is known color: Heliotrope. HEX triplet: C8, 6E and FD. RGB value is (200,110,253). Sum of RGB (Red+Green+Blue) = 200+110+253=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C86EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86EFD is #379102. Grayscale: #989898. Windows color (decimal): -3641603 or 16608968. OLE color: 16608968.
HSL color Cylindrical-coordinate representation of color #C86EFD: hue angle of 277.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86EFD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 110 | 253 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.01 |
| HSL | 277.76º | 0.97% | 0.71% | - |
| HSV(B) | 277.76º | 0.57% | 0.99% | - |
| XYZ | 47.12 | 30.52 | 96.34 | - |
| YUV | 153.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 253 | 0.21 | 0.57 | 0 | 0.01 | 277.76 | 0.97 | 0.71 |
| Hex | C8 | 6E | FD | 15 | 39 | 0 | 1 | 116 | 61 | 47 |
| Octal | 310 | 156 | 375 | 25 | 71 | 0 | 1 | 426 | 141 | 107 |
| Binary | 11001000 | 1101110 | 11111101 | 10101 | 111001 | 0 | 1 | 100010110 | 1100001 | 1000111 |
Color Harmonies of #C86EFD
Complementary color
Monochromatic Colors of #C86EFD
Black with #C86EFD
Text Example
Text Example
White with #C86EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86EFD; }
p { color: rgb(200,110,253); }
H1.HeaderClassName
{
color: #C86EFD;
}
.AnyTagClassName
{
color: #C86EFD;
}
</style>
background-color css
<style>
a { background-color: #C86EFD; }
a { background-color: rgb(200,110,253); }
div.DivClassName
{
background-color: #C86EFD;
}
.BgClassName
{
background-color: #C86EFD;
}
</style>
border-color css
<style>
span { border-color: #C86EFD; }
span { border-color: rgb(200,110,253); }
td.TdClassName
{
border-color: #C86EFD;
}
.TagClassName
{
border-color: #C86EFD;
}
</style>