Shades of Heliotrope #C874E8
Tints of Heliotrope #C874E8
RGB
CMYK
RGB Variations
Color information
#C874E8 (or 0xC874E8) is known color: Heliotrope. HEX triplet: C8, 74 and E8. RGB value is (200,116,232). Sum of RGB (Red+Green+Blue) = 200+116+232=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #C874E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874E8 is #378B17. Grayscale: #999999. Windows color (decimal): -3640088 or 15234248. OLE color: 15234248.
HSL color Cylindrical-coordinate representation of color #C874E8: hue angle of 283.45º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C874E8 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 116 | 232 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.09 |
| HSL | 283.45º | 0.72% | 0.68% | - |
| HSV(B) | 283.45º | 0.5% | 0.91% | - |
| XYZ | 44.63 | 30.6 | 79.9 | - |
| YUV | 154.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 232 | 0.14 | 0.50 | 0 | 0.09 | 283.45 | 0.72 | 0.68 |
| Hex | C8 | 74 | E8 | E | 32 | 0 | 9 | 11B | 48 | 44 |
| Octal | 310 | 164 | 350 | 16 | 62 | 0 | 11 | 433 | 110 | 104 |
| Binary | 11001000 | 1110100 | 11101000 | 1110 | 110010 | 0 | 1001 | 100011011 | 1001000 | 1000100 |
Color Harmonies of #C874E8
Complementary color
Monochromatic Colors of #C874E8
Black with #C874E8
Text Example
Text Example
White with #C874E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874E8; }
p { color: rgb(200,116,232); }
H1.HeaderClassName
{
color: #C874E8;
}
.AnyTagClassName
{
color: #C874E8;
}
</style>
background-color css
<style>
a { background-color: #C874E8; }
a { background-color: rgb(200,116,232); }
div.DivClassName
{
background-color: #C874E8;
}
.BgClassName
{
background-color: #C874E8;
}
</style>
border-color css
<style>
span { border-color: #C874E8; }
span { border-color: rgb(200,116,232); }
td.TdClassName
{
border-color: #C874E8;
}
.TagClassName
{
border-color: #C874E8;
}
</style>