Shades of Heliotrope #C871F4
Tints of Heliotrope #C871F4
RGB
CMYK
RGB Variations
Color information
#C871F4 (or 0xC871F4) is known color: Heliotrope. HEX triplet: C8, 71 and F4. RGB value is (200,113,244). Sum of RGB (Red+Green+Blue) = 200+113+244=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #C871F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871F4 is #378E0B. Grayscale: #999999. Windows color (decimal): -3640844 or 16019912. OLE color: 16019912.
HSL color Cylindrical-coordinate representation of color #C871F4: hue angle of 279.85º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C871F4 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 113 | 244 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.04 |
| HSL | 279.85º | 0.86% | 0.7% | - |
| HSV(B) | 279.85º | 0.54% | 0.96% | - |
| XYZ | 46.05 | 30.62 | 89.07 | - |
| YUV | 153.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 244 | 0.18 | 0.54 | 0 | 0.04 | 279.85 | 0.86 | 0.7 |
| Hex | C8 | 71 | F4 | 12 | 36 | 0 | 4 | 118 | 56 | 46 |
| Octal | 310 | 161 | 364 | 22 | 66 | 0 | 4 | 430 | 126 | 106 |
| Binary | 11001000 | 1110001 | 11110100 | 10010 | 110110 | 0 | 100 | 100011000 | 1010110 | 1000110 |
Color Harmonies of #C871F4
Complementary color
Monochromatic Colors of #C871F4
Black with #C871F4
Text Example
Text Example
White with #C871F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871F4; }
p { color: rgb(200,113,244); }
H1.HeaderClassName
{
color: #C871F4;
}
.AnyTagClassName
{
color: #C871F4;
}
</style>
background-color css
<style>
a { background-color: #C871F4; }
a { background-color: rgb(200,113,244); }
div.DivClassName
{
background-color: #C871F4;
}
.BgClassName
{
background-color: #C871F4;
}
</style>
border-color css
<style>
span { border-color: #C871F4; }
span { border-color: rgb(200,113,244); }
td.TdClassName
{
border-color: #C871F4;
}
.TagClassName
{
border-color: #C871F4;
}
</style>