Shades of Heliotrope #C864F6
Tints of Heliotrope #C864F6
RGB
CMYK
RGB Variations
Color information
#C864F6 (or 0xC864F6) is known color: Heliotrope. HEX triplet: C8, 64 and F6. RGB value is (200,100,246). Sum of RGB (Red+Green+Blue) = 200+100+246=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #C864F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C864F6 is #379B09. Grayscale: #929292. Windows color (decimal): -3644170 or 16147656. OLE color: 16147656.
HSL color Cylindrical-coordinate representation of color #C864F6: hue angle of 281.1º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C864F6 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 100 | 246 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.04 |
| HSL | 281.1º | 0.89% | 0.68% | - |
| HSV(B) | 281.1º | 0.59% | 0.96% | - |
| XYZ | 45.01 | 28.05 | 90.23 | - |
| YUV | 146.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 246 | 0.19 | 0.59 | 0 | 0.04 | 281.1 | 0.89 | 0.68 |
| Hex | C8 | 64 | F6 | 13 | 3B | 0 | 4 | 119 | 59 | 44 |
| Octal | 310 | 144 | 366 | 23 | 73 | 0 | 4 | 431 | 131 | 104 |
| Binary | 11001000 | 1100100 | 11110110 | 10011 | 111011 | 0 | 100 | 100011001 | 1011001 | 1000100 |
Color Harmonies of #C864F6
Complementary color
Monochromatic Colors of #C864F6
Black with #C864F6
Text Example
Text Example
White with #C864F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864F6; }
p { color: rgb(200,100,246); }
H1.HeaderClassName
{
color: #C864F6;
}
.AnyTagClassName
{
color: #C864F6;
}
</style>
background-color css
<style>
a { background-color: #C864F6; }
a { background-color: rgb(200,100,246); }
div.DivClassName
{
background-color: #C864F6;
}
.BgClassName
{
background-color: #C864F6;
}
</style>
border-color css
<style>
span { border-color: #C864F6; }
span { border-color: rgb(200,100,246); }
td.TdClassName
{
border-color: #C864F6;
}
.TagClassName
{
border-color: #C864F6;
}
</style>