Shades of Heliotrope #C860F7
Tints of Heliotrope #C860F7
RGB
CMYK
RGB Variations
Color information
#C860F7 (or 0xC860F7) is known color: Heliotrope. HEX triplet: C8, 60 and F7. RGB value is (200,96,247). Sum of RGB (Red+Green+Blue) = 200+96+247=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #C860F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C860F7 is #379F08. Grayscale: #8F8F8F. Windows color (decimal): -3645193 or 16212168. OLE color: 16212168.
HSL color Cylindrical-coordinate representation of color #C860F7: hue angle of 281.32º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C860F7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 96 | 247 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.03 |
| HSL | 281.32º | 0.9% | 0.67% | - |
| HSV(B) | 281.32º | 0.61% | 0.97% | - |
| XYZ | 44.79 | 27.36 | 90.92 | - |
| YUV | 144.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 247 | 0.19 | 0.61 | 0 | 0.03 | 281.32 | 0.9 | 0.67 |
| Hex | C8 | 60 | F7 | 13 | 3D | 0 | 3 | 119 | 5A | 43 |
| Octal | 310 | 140 | 367 | 23 | 75 | 0 | 3 | 431 | 132 | 103 |
| Binary | 11001000 | 1100000 | 11110111 | 10011 | 111101 | 0 | 11 | 100011001 | 1011010 | 1000011 |
Color Harmonies of #C860F7
Complementary color
Monochromatic Colors of #C860F7
Black with #C860F7
Text Example
Text Example
White with #C860F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860F7; }
p { color: rgb(200,96,247); }
H1.HeaderClassName
{
color: #C860F7;
}
.AnyTagClassName
{
color: #C860F7;
}
</style>
background-color css
<style>
a { background-color: #C860F7; }
a { background-color: rgb(200,96,247); }
div.DivClassName
{
background-color: #C860F7;
}
.BgClassName
{
background-color: #C860F7;
}
</style>
border-color css
<style>
span { border-color: #C860F7; }
span { border-color: rgb(200,96,247); }
td.TdClassName
{
border-color: #C860F7;
}
.TagClassName
{
border-color: #C860F7;
}
</style>