Shades of Heliotrope #C874ED
Tints of Heliotrope #C874ED
RGB
CMYK
RGB Variations
Color information
#C874ED (or 0xC874ED) is known color: Heliotrope. HEX triplet: C8, 74 and ED. RGB value is (200,116,237). Sum of RGB (Red+Green+Blue) = 200+116+237=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C874ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874ED is #378B12. Grayscale: #9A9A9A. Windows color (decimal): -3640083 or 15561928. OLE color: 15561928.
HSL color Cylindrical-coordinate representation of color #C874ED: hue angle of 281.65º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C874ED is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 116 | 237 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.07 |
| HSL | 281.65º | 0.77% | 0.69% | - |
| HSV(B) | 281.65º | 0.51% | 0.93% | - |
| XYZ | 45.35 | 30.88 | 83.69 | - |
| YUV | 154.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 237 | 0.16 | 0.51 | 0 | 0.07 | 281.65 | 0.77 | 0.69 |
| Hex | C8 | 74 | ED | 10 | 33 | 0 | 7 | 11A | 4D | 45 |
| Octal | 310 | 164 | 355 | 20 | 63 | 0 | 7 | 432 | 115 | 105 |
| Binary | 11001000 | 1110100 | 11101101 | 10000 | 110011 | 0 | 111 | 100011010 | 1001101 | 1000101 |
Color Harmonies of #C874ED
Complementary color
Monochromatic Colors of #C874ED
Black with #C874ED
Text Example
Text Example
White with #C874ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874ED; }
p { color: rgb(200,116,237); }
H1.HeaderClassName
{
color: #C874ED;
}
.AnyTagClassName
{
color: #C874ED;
}
</style>
background-color css
<style>
a { background-color: #C874ED; }
a { background-color: rgb(200,116,237); }
div.DivClassName
{
background-color: #C874ED;
}
.BgClassName
{
background-color: #C874ED;
}
</style>
border-color css
<style>
span { border-color: #C874ED; }
span { border-color: rgb(200,116,237); }
td.TdClassName
{
border-color: #C874ED;
}
.TagClassName
{
border-color: #C874ED;
}
</style>