Shades of Orchid #E084DA
Tints of Orchid #E084DA
RGB
CMYK
RGB Variations
Color information
#E084DA (or 0xE084DA) is known color: Orchid. HEX triplet: E0, 84 and DA. RGB value is (224,132,218). Sum of RGB (Red+Green+Blue) = 224+132+218=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E084DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084DA is #1F7B25. Grayscale: #A9A9A9. Windows color (decimal): -2063142 or 14320864. OLE color: 14320864.
HSL color Cylindrical-coordinate representation of color #E084DA: hue angle of 303.91º 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 #E084DA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 218 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.12 |
| HSL | 303.91º | 0.6% | 0.7% | - |
| HSV(B) | 303.91º | 0.41% | 0.88% | - |
| XYZ | 51.65 | 37.41 | 70.83 | - |
| YUV | 169.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 218 | 0 | 0.41 | 0.03 | 0.12 | 303.91 | 0.6 | 0.7 |
| Hex | E0 | 84 | DA | 0 | 29 | 3 | C | 130 | 3C | 46 |
| Octal | 340 | 204 | 332 | 0 | 51 | 3 | 14 | 460 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11011010 | 0 | 101001 | 11 | 1100 | 100110000 | 111100 | 1000110 |
Color Harmonies of #E084DA
Complementary color
Monochromatic Colors of #E084DA
Black with #E084DA
Text Example
Text Example
White with #E084DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084DA; }
p { color: rgb(224,132,218); }
H1.HeaderClassName
{
color: #E084DA;
}
.AnyTagClassName
{
color: #E084DA;
}
</style>
background-color css
<style>
a { background-color: #E084DA; }
a { background-color: rgb(224,132,218); }
div.DivClassName
{
background-color: #E084DA;
}
.BgClassName
{
background-color: #E084DA;
}
</style>
border-color css
<style>
span { border-color: #E084DA; }
span { border-color: rgb(224,132,218); }
td.TdClassName
{
border-color: #E084DA;
}
.TagClassName
{
border-color: #E084DA;
}
</style>