Shades of Orchid #E081DB
Tints of Orchid #E081DB
RGB
CMYK
RGB Variations
Color information
#E081DB (or 0xE081DB) is known color: Orchid. HEX triplet: E0, 81 and DB. RGB value is (224,129,219). Sum of RGB (Red+Green+Blue) = 224+129+219=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E081DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081DB is #1F7E24. Grayscale: #A7A7A7. Windows color (decimal): -2063909 or 14385632. OLE color: 14385632.
HSL color Cylindrical-coordinate representation of color #E081DB: hue angle of 303.16º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081DB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 219 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.12 |
| HSL | 303.16º | 0.61% | 0.69% | - |
| HSV(B) | 303.16º | 0.42% | 0.88% | - |
| XYZ | 51.38 | 36.66 | 71.39 | - |
| YUV | 167.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 219 | 0 | 0.42 | 0.02 | 0.12 | 303.16 | 0.61 | 0.69 |
| Hex | E0 | 81 | DB | 0 | 2A | 2 | C | 12F | 3D | 45 |
| Octal | 340 | 201 | 333 | 0 | 52 | 2 | 14 | 457 | 75 | 105 |
| Binary | 11100000 | 10000001 | 11011011 | 0 | 101010 | 10 | 1100 | 100101111 | 111101 | 1000101 |
Color Harmonies of #E081DB
Complementary color
Monochromatic Colors of #E081DB
Black with #E081DB
Text Example
Text Example
White with #E081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081DB; }
p { color: rgb(224,129,219); }
H1.HeaderClassName
{
color: #E081DB;
}
.AnyTagClassName
{
color: #E081DB;
}
</style>
background-color css
<style>
a { background-color: #E081DB; }
a { background-color: rgb(224,129,219); }
div.DivClassName
{
background-color: #E081DB;
}
.BgClassName
{
background-color: #E081DB;
}
</style>
border-color css
<style>
span { border-color: #E081DB; }
span { border-color: rgb(224,129,219); }
td.TdClassName
{
border-color: #E081DB;
}
.TagClassName
{
border-color: #E081DB;
}
</style>