Shades of Orchid #E084D9
Tints of Orchid #E084D9
RGB
CMYK
RGB Variations
Color information
#E084D9 (or 0xE084D9) is known color: Orchid. HEX triplet: E0, 84 and D9. RGB value is (224,132,217). Sum of RGB (Red+Green+Blue) = 224+132+217=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E084D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084D9 is #1F7B26. Grayscale: #A8A8A8. Windows color (decimal): -2063143 or 14255328. OLE color: 14255328.
HSL color Cylindrical-coordinate representation of color #E084D9: hue angle of 304.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084D9 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 217 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.12 |
| HSL | 304.57º | 0.6% | 0.7% | - |
| HSV(B) | 304.57º | 0.41% | 0.88% | - |
| XYZ | 51.52 | 37.36 | 70.14 | - |
| YUV | 169.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 217 | 0 | 0.41 | 0.03 | 0.12 | 304.57 | 0.6 | 0.7 |
| Hex | E0 | 84 | D9 | 0 | 29 | 3 | C | 131 | 3C | 46 |
| Octal | 340 | 204 | 331 | 0 | 51 | 3 | 14 | 461 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11011001 | 0 | 101001 | 11 | 1100 | 100110001 | 111100 | 1000110 |
Color Harmonies of #E084D9
Complementary color
Monochromatic Colors of #E084D9
Black with #E084D9
Text Example
Text Example
White with #E084D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084D9; }
p { color: rgb(224,132,217); }
H1.HeaderClassName
{
color: #E084D9;
}
.AnyTagClassName
{
color: #E084D9;
}
</style>
background-color css
<style>
a { background-color: #E084D9; }
a { background-color: rgb(224,132,217); }
div.DivClassName
{
background-color: #E084D9;
}
.BgClassName
{
background-color: #E084D9;
}
</style>
border-color css
<style>
span { border-color: #E084D9; }
span { border-color: rgb(224,132,217); }
td.TdClassName
{
border-color: #E084D9;
}
.TagClassName
{
border-color: #E084D9;
}
</style>