Shades of Heliotrope #C86FE8
Tints of Heliotrope #C86FE8
RGB
CMYK
RGB Variations
Color information
#C86FE8 (or 0xC86FE8) is known color: Heliotrope. HEX triplet: C8, 6F and E8. RGB value is (200,111,232). Sum of RGB (Red+Green+Blue) = 200+111+232=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #C86FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FE8 is #379017. Grayscale: #979797. Windows color (decimal): -3641368 or 15232968. OLE color: 15232968.
HSL color Cylindrical-coordinate representation of color #C86FE8: hue angle of 284.13º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86FE8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 111 | 232 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.09 |
| HSL | 284.13º | 0.72% | 0.67% | - |
| HSV(B) | 284.13º | 0.52% | 0.91% | - |
| XYZ | 44.07 | 29.47 | 79.71 | - |
| YUV | 151.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 232 | 0.14 | 0.52 | 0 | 0.09 | 284.13 | 0.72 | 0.67 |
| Hex | C8 | 6F | E8 | E | 34 | 0 | 9 | 11C | 48 | 43 |
| Octal | 310 | 157 | 350 | 16 | 64 | 0 | 11 | 434 | 110 | 103 |
| Binary | 11001000 | 1101111 | 11101000 | 1110 | 110100 | 0 | 1001 | 100011100 | 1001000 | 1000011 |
Color Harmonies of #C86FE8
Complementary color
Monochromatic Colors of #C86FE8
Black with #C86FE8
Text Example
Text Example
White with #C86FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FE8; }
p { color: rgb(200,111,232); }
H1.HeaderClassName
{
color: #C86FE8;
}
.AnyTagClassName
{
color: #C86FE8;
}
</style>
background-color css
<style>
a { background-color: #C86FE8; }
a { background-color: rgb(200,111,232); }
div.DivClassName
{
background-color: #C86FE8;
}
.BgClassName
{
background-color: #C86FE8;
}
</style>
border-color css
<style>
span { border-color: #C86FE8; }
span { border-color: rgb(200,111,232); }
td.TdClassName
{
border-color: #C86FE8;
}
.TagClassName
{
border-color: #C86FE8;
}
</style>