Shades of Heliotrope #D873EC
Tints of Heliotrope #D873EC
RGB
CMYK
RGB Variations
Color information
#D873EC (or 0xD873EC) is known color: Heliotrope. HEX triplet: D8, 73 and EC. RGB value is (216,115,236). Sum of RGB (Red+Green+Blue) = 216+115+236=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #D873EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D873EC is #278C13. Grayscale: #9E9E9E. Windows color (decimal): -2591764 or 15496152. OLE color: 15496152.
HSL color Cylindrical-coordinate representation of color #D873EC: hue angle of 290.08º degrees, saturation: 0.76, 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 #D873EC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 115 | 236 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 290.08º | 0.76% | 0.69% | - |
| HSV(B) | 290.08º | 0.51% | 0.93% | - |
| XYZ | 49.59 | 32.92 | 83.1 | - |
| YUV | 158.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 236 | 0.08 | 0.51 | 0 | 0.07 | 290.08 | 0.76 | 0.69 |
| Hex | D8 | 73 | EC | 8 | 33 | 0 | 7 | 122 | 4C | 45 |
| Octal | 330 | 163 | 354 | 10 | 63 | 0 | 7 | 442 | 114 | 105 |
| Binary | 11011000 | 1110011 | 11101100 | 1000 | 110011 | 0 | 111 | 100100010 | 1001100 | 1000101 |
Color Harmonies of #D873EC
Complementary color
Monochromatic Colors of #D873EC
Black with #D873EC
Text Example
Text Example
White with #D873EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D873EC; }
p { color: rgb(216,115,236); }
H1.HeaderClassName
{
color: #D873EC;
}
.AnyTagClassName
{
color: #D873EC;
}
</style>
background-color css
<style>
a { background-color: #D873EC; }
a { background-color: rgb(216,115,236); }
div.DivClassName
{
background-color: #D873EC;
}
.BgClassName
{
background-color: #D873EC;
}
</style>
border-color css
<style>
span { border-color: #D873EC; }
span { border-color: rgb(216,115,236); }
td.TdClassName
{
border-color: #D873EC;
}
.TagClassName
{
border-color: #D873EC;
}
</style>