Shades of Heliotrope #C86FE6
Tints of Heliotrope #C86FE6
RGB
CMYK
RGB Variations
Color information
#C86FE6 (or 0xC86FE6) is known color: Heliotrope. HEX triplet: C8, 6F and E6. RGB value is (200,111,230). Sum of RGB (Red+Green+Blue) = 200+111+230=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #C86FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C86FE6 is #379019. Grayscale: #969696. Windows color (decimal): -3641370 or 15101896. OLE color: 15101896.
HSL color Cylindrical-coordinate representation of color #C86FE6: hue angle of 284.87º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86FE6 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 111 | 230 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.10 |
| HSL | 284.87º | 0.7% | 0.67% | - |
| HSV(B) | 284.87º | 0.52% | 0.9% | - |
| XYZ | 43.79 | 29.36 | 78.22 | - |
| YUV | 151.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 230 | 0.13 | 0.52 | 0 | 0.10 | 284.87 | 0.7 | 0.67 |
| Hex | C8 | 6F | E6 | D | 34 | 0 | A | 11D | 46 | 43 |
| Octal | 310 | 157 | 346 | 15 | 64 | 0 | 12 | 435 | 106 | 103 |
| Binary | 11001000 | 1101111 | 11100110 | 1101 | 110100 | 0 | 1010 | 100011101 | 1000110 | 1000011 |
Color Harmonies of #C86FE6
Complementary color
Monochromatic Colors of #C86FE6
Black with #C86FE6
Text Example
Text Example
White with #C86FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FE6; }
p { color: rgb(200,111,230); }
H1.HeaderClassName
{
color: #C86FE6;
}
.AnyTagClassName
{
color: #C86FE6;
}
</style>
background-color css
<style>
a { background-color: #C86FE6; }
a { background-color: rgb(200,111,230); }
div.DivClassName
{
background-color: #C86FE6;
}
.BgClassName
{
background-color: #C86FE6;
}
</style>
border-color css
<style>
span { border-color: #C86FE6; }
span { border-color: rgb(200,111,230); }
td.TdClassName
{
border-color: #C86FE6;
}
.TagClassName
{
border-color: #C86FE6;
}
</style>