Shades of Heliotrope #C871EC
Tints of Heliotrope #C871EC
RGB
CMYK
RGB Variations
Color information
#C871EC (or 0xC871EC) is known color: Heliotrope. HEX triplet: C8, 71 and EC. RGB value is (200,113,236). Sum of RGB (Red+Green+Blue) = 200+113+236=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #C871EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871EC is #378E13. Grayscale: #989898. Windows color (decimal): -3640852 or 15495624. OLE color: 15495624.
HSL color Cylindrical-coordinate representation of color #C871EC: hue angle of 282.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C871EC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 113 | 236 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.07 |
| HSL | 282.44º | 0.76% | 0.68% | - |
| HSV(B) | 282.44º | 0.52% | 0.93% | - |
| XYZ | 44.86 | 30.15 | 82.81 | - |
| YUV | 153.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 236 | 0.15 | 0.52 | 0 | 0.07 | 282.44 | 0.76 | 0.68 |
| Hex | C8 | 71 | EC | F | 34 | 0 | 7 | 11A | 4C | 44 |
| Octal | 310 | 161 | 354 | 17 | 64 | 0 | 7 | 432 | 114 | 104 |
| Binary | 11001000 | 1110001 | 11101100 | 1111 | 110100 | 0 | 111 | 100011010 | 1001100 | 1000100 |
Color Harmonies of #C871EC
Complementary color
Monochromatic Colors of #C871EC
Black with #C871EC
Text Example
Text Example
White with #C871EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871EC; }
p { color: rgb(200,113,236); }
H1.HeaderClassName
{
color: #C871EC;
}
.AnyTagClassName
{
color: #C871EC;
}
</style>
background-color css
<style>
a { background-color: #C871EC; }
a { background-color: rgb(200,113,236); }
div.DivClassName
{
background-color: #C871EC;
}
.BgClassName
{
background-color: #C871EC;
}
</style>
border-color css
<style>
span { border-color: #C871EC; }
span { border-color: rgb(200,113,236); }
td.TdClassName
{
border-color: #C871EC;
}
.TagClassName
{
border-color: #C871EC;
}
</style>