Shades of Orchid #E084DD
Tints of Orchid #E084DD
RGB
CMYK
RGB Variations
Color information
#E084DD (or 0xE084DD) is known color: Orchid. HEX triplet: E0, 84 and DD. RGB value is (224,132,221). Sum of RGB (Red+Green+Blue) = 224+132+221=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E084DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084DD is #1F7B22. Grayscale: #A9A9A9. Windows color (decimal): -2063139 or 14517472. OLE color: 14517472.
HSL color Cylindrical-coordinate representation of color #E084DD: hue angle of 301.96º 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 #E084DD is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 221 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.12 |
| HSL | 301.96º | 0.6% | 0.7% | - |
| HSV(B) | 301.96º | 0.41% | 0.88% | - |
| XYZ | 52.04 | 37.57 | 72.92 | - |
| YUV | 169.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 221 | 0 | 0.41 | 0.01 | 0.12 | 301.96 | 0.6 | 0.7 |
| Hex | E0 | 84 | DD | 0 | 29 | 1 | C | 12E | 3C | 46 |
| Octal | 340 | 204 | 335 | 0 | 51 | 1 | 14 | 456 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11011101 | 0 | 101001 | 1 | 1100 | 100101110 | 111100 | 1000110 |
Color Harmonies of #E084DD
Complementary color
Monochromatic Colors of #E084DD
Black with #E084DD
Text Example
Text Example
White with #E084DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084DD; }
p { color: rgb(224,132,221); }
H1.HeaderClassName
{
color: #E084DD;
}
.AnyTagClassName
{
color: #E084DD;
}
</style>
background-color css
<style>
a { background-color: #E084DD; }
a { background-color: rgb(224,132,221); }
div.DivClassName
{
background-color: #E084DD;
}
.BgClassName
{
background-color: #E084DD;
}
</style>
border-color css
<style>
span { border-color: #E084DD; }
span { border-color: rgb(224,132,221); }
td.TdClassName
{
border-color: #E084DD;
}
.TagClassName
{
border-color: #E084DD;
}
</style>