Shades of Heliotrope #C872ED
Tints of Heliotrope #C872ED
RGB
CMYK
RGB Variations
Color information
#C872ED (or 0xC872ED) is known color: Heliotrope. HEX triplet: C8, 72 and ED. RGB value is (200,114,237). Sum of RGB (Red+Green+Blue) = 200+114+237=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C872ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872ED is #378D12. Grayscale: #999999. Windows color (decimal): -3640595 or 15561416. OLE color: 15561416.
HSL color Cylindrical-coordinate representation of color #C872ED: hue angle of 281.95º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C872ED is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 114 | 237 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.07 |
| HSL | 281.95º | 0.77% | 0.69% | - |
| HSV(B) | 281.95º | 0.52% | 0.93% | - |
| XYZ | 45.12 | 30.43 | 83.62 | - |
| YUV | 153.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 237 | 0.16 | 0.52 | 0 | 0.07 | 281.95 | 0.77 | 0.69 |
| Hex | C8 | 72 | ED | 10 | 34 | 0 | 7 | 11A | 4D | 45 |
| Octal | 310 | 162 | 355 | 20 | 64 | 0 | 7 | 432 | 115 | 105 |
| Binary | 11001000 | 1110010 | 11101101 | 10000 | 110100 | 0 | 111 | 100011010 | 1001101 | 1000101 |
Color Harmonies of #C872ED
Complementary color
Monochromatic Colors of #C872ED
Black with #C872ED
Text Example
Text Example
White with #C872ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872ED; }
p { color: rgb(200,114,237); }
H1.HeaderClassName
{
color: #C872ED;
}
.AnyTagClassName
{
color: #C872ED;
}
</style>
background-color css
<style>
a { background-color: #C872ED; }
a { background-color: rgb(200,114,237); }
div.DivClassName
{
background-color: #C872ED;
}
.BgClassName
{
background-color: #C872ED;
}
</style>
border-color css
<style>
span { border-color: #C872ED; }
span { border-color: rgb(200,114,237); }
td.TdClassName
{
border-color: #C872ED;
}
.TagClassName
{
border-color: #C872ED;
}
</style>