Shades of Heliotrope #C86FED
Tints of Heliotrope #C86FED
RGB
CMYK
RGB Variations
Color information
#C86FED (or 0xC86FED) is known color: Heliotrope. HEX triplet: C8, 6F and ED. RGB value is (200,111,237). Sum of RGB (Red+Green+Blue) = 200+111+237=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C86FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FED is #379012. Grayscale: #979797. Windows color (decimal): -3641363 or 15560648. OLE color: 15560648.
HSL color Cylindrical-coordinate representation of color #C86FED: hue angle of 282.38º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86FED is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 111 | 237 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.07 |
| HSL | 282.38º | 0.78% | 0.68% | - |
| HSV(B) | 282.38º | 0.53% | 0.93% | - |
| XYZ | 44.79 | 29.76 | 83.5 | - |
| YUV | 151.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 237 | 0.16 | 0.53 | 0 | 0.07 | 282.38 | 0.78 | 0.68 |
| Hex | C8 | 6F | ED | 10 | 35 | 0 | 7 | 11A | 4E | 44 |
| Octal | 310 | 157 | 355 | 20 | 65 | 0 | 7 | 432 | 116 | 104 |
| Binary | 11001000 | 1101111 | 11101101 | 10000 | 110101 | 0 | 111 | 100011010 | 1001110 | 1000100 |
Color Harmonies of #C86FED
Complementary color
Monochromatic Colors of #C86FED
Black with #C86FED
Text Example
Text Example
White with #C86FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FED; }
p { color: rgb(200,111,237); }
H1.HeaderClassName
{
color: #C86FED;
}
.AnyTagClassName
{
color: #C86FED;
}
</style>
background-color css
<style>
a { background-color: #C86FED; }
a { background-color: rgb(200,111,237); }
div.DivClassName
{
background-color: #C86FED;
}
.BgClassName
{
background-color: #C86FED;
}
</style>
border-color css
<style>
span { border-color: #C86FED; }
span { border-color: rgb(200,111,237); }
td.TdClassName
{
border-color: #C86FED;
}
.TagClassName
{
border-color: #C86FED;
}
</style>