Shades of Orchid #E084DB
Tints of Orchid #E084DB
RGB
CMYK
RGB Variations
Color information
#E084DB (or 0xE084DB) is known color: Orchid. HEX triplet: E0, 84 and DB. RGB value is (224,132,219). Sum of RGB (Red+Green+Blue) = 224+132+219=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E084DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084DB is #1F7B24. Grayscale: #A9A9A9. Windows color (decimal): -2063141 or 14386400. OLE color: 14386400.
HSL color Cylindrical-coordinate representation of color #E084DB: hue angle of 303.26º 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 #E084DB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 219 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.12 |
| HSL | 303.26º | 0.6% | 0.7% | - |
| HSV(B) | 303.26º | 0.41% | 0.88% | - |
| XYZ | 51.78 | 37.46 | 71.52 | - |
| YUV | 169.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 219 | 0 | 0.41 | 0.02 | 0.12 | 303.26 | 0.6 | 0.7 |
| Hex | E0 | 84 | DB | 0 | 29 | 2 | C | 12F | 3C | 46 |
| Octal | 340 | 204 | 333 | 0 | 51 | 2 | 14 | 457 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11011011 | 0 | 101001 | 10 | 1100 | 100101111 | 111100 | 1000110 |
Color Harmonies of #E084DB
Complementary color
Monochromatic Colors of #E084DB
Black with #E084DB
Text Example
Text Example
White with #E084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084DB; }
p { color: rgb(224,132,219); }
H1.HeaderClassName
{
color: #E084DB;
}
.AnyTagClassName
{
color: #E084DB;
}
</style>
background-color css
<style>
a { background-color: #E084DB; }
a { background-color: rgb(224,132,219); }
div.DivClassName
{
background-color: #E084DB;
}
.BgClassName
{
background-color: #E084DB;
}
</style>
border-color css
<style>
span { border-color: #E084DB; }
span { border-color: rgb(224,132,219); }
td.TdClassName
{
border-color: #E084DB;
}
.TagClassName
{
border-color: #E084DB;
}
</style>