Shades of Heliotrope #C86DFE
Tints of Heliotrope #C86DFE
RGB
CMYK
RGB Variations
Color information
#C86DFE (or 0xC86DFE) is known color: Heliotrope. HEX triplet: C8, 6D and FE. RGB value is (200,109,254). Sum of RGB (Red+Green+Blue) = 200+109+254=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #C86DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86DFE is #379201. Grayscale: #989898. Windows color (decimal): -3641858 or 16674248. OLE color: 16674248.
HSL color Cylindrical-coordinate representation of color #C86DFE: hue angle of 277.66º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C86DFE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 109 | 254 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.00 |
| HSL | 277.66º | 0.99% | 0.71% | - |
| HSV(B) | 277.66º | 0.57% | 1% | - |
| XYZ | 47.18 | 30.37 | 97.14 | - |
| YUV | 152.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 254 | 0.21 | 0.57 | 0 | 0.00 | 277.66 | 0.99 | 0.71 |
| Hex | C8 | 6D | FE | 15 | 39 | 0 | 0 | 116 | 63 | 47 |
| Octal | 310 | 155 | 376 | 25 | 71 | 0 | 0 | 426 | 143 | 107 |
| Binary | 11001000 | 1101101 | 11111110 | 10101 | 111001 | 0 | 0 | 100010110 | 1100011 | 1000111 |
Color Harmonies of #C86DFE
Complementary color
Monochromatic Colors of #C86DFE
Black with #C86DFE
Text Example
Text Example
White with #C86DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DFE; }
p { color: rgb(200,109,254); }
H1.HeaderClassName
{
color: #C86DFE;
}
.AnyTagClassName
{
color: #C86DFE;
}
</style>
background-color css
<style>
a { background-color: #C86DFE; }
a { background-color: rgb(200,109,254); }
div.DivClassName
{
background-color: #C86DFE;
}
.BgClassName
{
background-color: #C86DFE;
}
</style>
border-color css
<style>
span { border-color: #C86DFE; }
span { border-color: rgb(200,109,254); }
td.TdClassName
{
border-color: #C86DFE;
}
.TagClassName
{
border-color: #C86DFE;
}
</style>