Shades of Heliotrope #C860FC
Tints of Heliotrope #C860FC
RGB
CMYK
RGB Variations
Color information
#C860FC (or 0xC860FC) is known color: Heliotrope. HEX triplet: C8, 60 and FC. RGB value is (200,96,252). Sum of RGB (Red+Green+Blue) = 200+96+252=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #C860FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C860FC is #379F03. Grayscale: #909090. Windows color (decimal): -3645188 or 16539848. OLE color: 16539848.
HSL color Cylindrical-coordinate representation of color #C860FC: hue angle of 280º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C860FC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 96 | 252 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.01 |
| HSL | 280º | 0.96% | 0.68% | - |
| HSV(B) | 280º | 0.62% | 0.99% | - |
| XYZ | 45.57 | 27.67 | 95.04 | - |
| YUV | 144.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 252 | 0.21 | 0.62 | 0 | 0.01 | 280 | 0.96 | 0.68 |
| Hex | C8 | 60 | FC | 15 | 3E | 0 | 1 | 118 | 60 | 44 |
| Octal | 310 | 140 | 374 | 25 | 76 | 0 | 1 | 430 | 140 | 104 |
| Binary | 11001000 | 1100000 | 11111100 | 10101 | 111110 | 0 | 1 | 100011000 | 1100000 | 1000100 |
Color Harmonies of #C860FC
Complementary color
Monochromatic Colors of #C860FC
Black with #C860FC
Text Example
Text Example
White with #C860FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860FC; }
p { color: rgb(200,96,252); }
H1.HeaderClassName
{
color: #C860FC;
}
.AnyTagClassName
{
color: #C860FC;
}
</style>
background-color css
<style>
a { background-color: #C860FC; }
a { background-color: rgb(200,96,252); }
div.DivClassName
{
background-color: #C860FC;
}
.BgClassName
{
background-color: #C860FC;
}
</style>
border-color css
<style>
span { border-color: #C860FC; }
span { border-color: rgb(200,96,252); }
td.TdClassName
{
border-color: #C860FC;
}
.TagClassName
{
border-color: #C860FC;
}
</style>