Shades of Heliotrope #C86BFE
Tints of Heliotrope #C86BFE
RGB
CMYK
RGB Variations
Color information
#C86BFE (or 0xC86BFE) is known color: Heliotrope. HEX triplet: C8, 6B and FE. RGB value is (200,107,254). Sum of RGB (Red+Green+Blue) = 200+107+254=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #C86BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86BFE is #379401. Grayscale: #979797. Windows color (decimal): -3642370 or 16673736. OLE color: 16673736.
HSL color Cylindrical-coordinate representation of color #C86BFE: hue angle of 277.96º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C86BFE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 107 | 254 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.00 |
| HSL | 277.96º | 0.99% | 0.71% | - |
| HSV(B) | 277.96º | 0.58% | 1% | - |
| XYZ | 46.97 | 29.95 | 97.07 | - |
| YUV | 151.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 254 | 0.21 | 0.58 | 0 | 0.00 | 277.96 | 0.99 | 0.71 |
| Hex | C8 | 6B | FE | 15 | 3A | 0 | 0 | 116 | 63 | 47 |
| Octal | 310 | 153 | 376 | 25 | 72 | 0 | 0 | 426 | 143 | 107 |
| Binary | 11001000 | 1101011 | 11111110 | 10101 | 111010 | 0 | 0 | 100010110 | 1100011 | 1000111 |
Color Harmonies of #C86BFE
Complementary color
Monochromatic Colors of #C86BFE
Black with #C86BFE
Text Example
Text Example
White with #C86BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BFE; }
p { color: rgb(200,107,254); }
H1.HeaderClassName
{
color: #C86BFE;
}
.AnyTagClassName
{
color: #C86BFE;
}
</style>
background-color css
<style>
a { background-color: #C86BFE; }
a { background-color: rgb(200,107,254); }
div.DivClassName
{
background-color: #C86BFE;
}
.BgClassName
{
background-color: #C86BFE;
}
</style>
border-color css
<style>
span { border-color: #C86BFE; }
span { border-color: rgb(200,107,254); }
td.TdClassName
{
border-color: #C86BFE;
}
.TagClassName
{
border-color: #C86BFE;
}
</style>