Shades of Heliotrope #C861F7
Tints of Heliotrope #C861F7
RGB
CMYK
RGB Variations
Color information
#C861F7 (or 0xC861F7) is known color: Heliotrope. HEX triplet: C8, 61 and F7. RGB value is (200,97,247). Sum of RGB (Red+Green+Blue) = 200+97+247=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #C861F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861F7 is #379E08. Grayscale: #909090. Windows color (decimal): -3644937 or 16212424. OLE color: 16212424.
HSL color Cylindrical-coordinate representation of color #C861F7: hue angle of 281.2º 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 #C861F7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 97 | 247 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.03 |
| HSL | 281.2º | 0.9% | 0.67% | - |
| HSV(B) | 281.2º | 0.61% | 0.97% | - |
| XYZ | 44.88 | 27.54 | 90.95 | - |
| YUV | 144.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 247 | 0.19 | 0.61 | 0 | 0.03 | 281.2 | 0.9 | 0.67 |
| Hex | C8 | 61 | F7 | 13 | 3D | 0 | 3 | 119 | 5A | 43 |
| Octal | 310 | 141 | 367 | 23 | 75 | 0 | 3 | 431 | 132 | 103 |
| Binary | 11001000 | 1100001 | 11110111 | 10011 | 111101 | 0 | 11 | 100011001 | 1011010 | 1000011 |
Color Harmonies of #C861F7
Complementary color
Monochromatic Colors of #C861F7
Black with #C861F7
Text Example
Text Example
White with #C861F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861F7; }
p { color: rgb(200,97,247); }
H1.HeaderClassName
{
color: #C861F7;
}
.AnyTagClassName
{
color: #C861F7;
}
</style>
background-color css
<style>
a { background-color: #C861F7; }
a { background-color: rgb(200,97,247); }
div.DivClassName
{
background-color: #C861F7;
}
.BgClassName
{
background-color: #C861F7;
}
</style>
border-color css
<style>
span { border-color: #C861F7; }
span { border-color: rgb(200,97,247); }
td.TdClassName
{
border-color: #C861F7;
}
.TagClassName
{
border-color: #C861F7;
}
</style>