Shades of Heliotrope #C861F6
Tints of Heliotrope #C861F6
RGB
CMYK
RGB Variations
Color information
#C861F6 (or 0xC861F6) is known color: Heliotrope. HEX triplet: C8, 61 and F6. RGB value is (200,97,246). Sum of RGB (Red+Green+Blue) = 200+97+246=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #C861F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861F6 is #379E09. Grayscale: #909090. Windows color (decimal): -3644938 or 16146888. OLE color: 16146888.
HSL color Cylindrical-coordinate representation of color #C861F6: hue angle of 281.48º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C861F6 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 97 | 246 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.04 |
| HSL | 281.48º | 0.89% | 0.67% | - |
| HSV(B) | 281.48º | 0.61% | 0.96% | - |
| XYZ | 44.73 | 27.48 | 90.14 | - |
| YUV | 144.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 246 | 0.19 | 0.61 | 0 | 0.04 | 281.48 | 0.89 | 0.67 |
| Hex | C8 | 61 | F6 | 13 | 3D | 0 | 4 | 119 | 59 | 43 |
| Octal | 310 | 141 | 366 | 23 | 75 | 0 | 4 | 431 | 131 | 103 |
| Binary | 11001000 | 1100001 | 11110110 | 10011 | 111101 | 0 | 100 | 100011001 | 1011001 | 1000011 |
Color Harmonies of #C861F6
Complementary color
Monochromatic Colors of #C861F6
Black with #C861F6
Text Example
Text Example
White with #C861F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861F6; }
p { color: rgb(200,97,246); }
H1.HeaderClassName
{
color: #C861F6;
}
.AnyTagClassName
{
color: #C861F6;
}
</style>
background-color css
<style>
a { background-color: #C861F6; }
a { background-color: rgb(200,97,246); }
div.DivClassName
{
background-color: #C861F6;
}
.BgClassName
{
background-color: #C861F6;
}
</style>
border-color css
<style>
span { border-color: #C861F6; }
span { border-color: rgb(200,97,246); }
td.TdClassName
{
border-color: #C861F6;
}
.TagClassName
{
border-color: #C861F6;
}
</style>