Shades of Heliotrope #C871EB
Tints of Heliotrope #C871EB
RGB
CMYK
RGB Variations
Color information
#C871EB (or 0xC871EB) is known color: Heliotrope. HEX triplet: C8, 71 and EB. RGB value is (200,113,235). Sum of RGB (Red+Green+Blue) = 200+113+235=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #C871EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C871EB is #378E14. Grayscale: #989898. Windows color (decimal): -3640853 or 15430088. OLE color: 15430088.
HSL color Cylindrical-coordinate representation of color #C871EB: hue angle of 282.79º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C871EB is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 113 | 235 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.08 |
| HSL | 282.79º | 0.75% | 0.68% | - |
| HSV(B) | 282.79º | 0.52% | 0.92% | - |
| XYZ | 44.72 | 30.09 | 82.05 | - |
| YUV | 152.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 235 | 0.15 | 0.52 | 0 | 0.08 | 282.79 | 0.75 | 0.68 |
| Hex | C8 | 71 | EB | F | 34 | 0 | 8 | 11B | 4B | 44 |
| Octal | 310 | 161 | 353 | 17 | 64 | 0 | 10 | 433 | 113 | 104 |
| Binary | 11001000 | 1110001 | 11101011 | 1111 | 110100 | 0 | 1000 | 100011011 | 1001011 | 1000100 |
Color Harmonies of #C871EB
Complementary color
Monochromatic Colors of #C871EB
Black with #C871EB
Text Example
Text Example
White with #C871EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871EB; }
p { color: rgb(200,113,235); }
H1.HeaderClassName
{
color: #C871EB;
}
.AnyTagClassName
{
color: #C871EB;
}
</style>
background-color css
<style>
a { background-color: #C871EB; }
a { background-color: rgb(200,113,235); }
div.DivClassName
{
background-color: #C871EB;
}
.BgClassName
{
background-color: #C871EB;
}
</style>
border-color css
<style>
span { border-color: #C871EB; }
span { border-color: rgb(200,113,235); }
td.TdClassName
{
border-color: #C871EB;
}
.TagClassName
{
border-color: #C871EB;
}
</style>