Shades of Heliotrope #C86DFC
Tints of Heliotrope #C86DFC
RGB
CMYK
RGB Variations
Color information
#C86DFC (or 0xC86DFC) is known color: Heliotrope. HEX triplet: C8, 6D and FC. RGB value is (200,109,252). Sum of RGB (Red+Green+Blue) = 200+109+252=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #C86DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DFC is #379203. Grayscale: #989898. Windows color (decimal): -3641860 or 16543176. OLE color: 16543176.
HSL color Cylindrical-coordinate representation of color #C86DFC: hue angle of 278.18º degrees, saturation: 0.96, 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 #C86DFC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 109 | 252 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.01 |
| HSL | 278.18º | 0.96% | 0.71% | - |
| HSV(B) | 278.18º | 0.57% | 0.99% | - |
| XYZ | 46.86 | 30.24 | 95.46 | - |
| YUV | 152.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 252 | 0.21 | 0.57 | 0 | 0.01 | 278.18 | 0.96 | 0.71 |
| Hex | C8 | 6D | FC | 15 | 39 | 0 | 1 | 116 | 60 | 47 |
| Octal | 310 | 155 | 374 | 25 | 71 | 0 | 1 | 426 | 140 | 107 |
| Binary | 11001000 | 1101101 | 11111100 | 10101 | 111001 | 0 | 1 | 100010110 | 1100000 | 1000111 |
Color Harmonies of #C86DFC
Complementary color
Monochromatic Colors of #C86DFC
Black with #C86DFC
Text Example
Text Example
White with #C86DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DFC; }
p { color: rgb(200,109,252); }
H1.HeaderClassName
{
color: #C86DFC;
}
.AnyTagClassName
{
color: #C86DFC;
}
</style>
background-color css
<style>
a { background-color: #C86DFC; }
a { background-color: rgb(200,109,252); }
div.DivClassName
{
background-color: #C86DFC;
}
.BgClassName
{
background-color: #C86DFC;
}
</style>
border-color css
<style>
span { border-color: #C86DFC; }
span { border-color: rgb(200,109,252); }
td.TdClassName
{
border-color: #C86DFC;
}
.TagClassName
{
border-color: #C86DFC;
}
</style>