Shades of Orchid #E181DB
Tints of Orchid #E181DB
RGB
CMYK
RGB Variations
Color information
#E181DB (or 0xE181DB) is known color: Orchid. HEX triplet: E1, 81 and DB. RGB value is (225,129,219). Sum of RGB (Red+Green+Blue) = 225+129+219=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E181DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181DB is #1E7E24. Grayscale: #A7A7A7. Windows color (decimal): -1998373 or 14385633. OLE color: 14385633.
HSL color Cylindrical-coordinate representation of color #E181DB: hue angle of 303.75º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181DB is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 219 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.12 |
| HSL | 303.75º | 0.62% | 0.69% | - |
| HSV(B) | 303.75º | 0.43% | 0.88% | - |
| XYZ | 51.69 | 36.82 | 71.4 | - |
| YUV | 167.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 219 | 0 | 0.43 | 0.03 | 0.12 | 303.75 | 0.62 | 0.69 |
| Hex | E1 | 81 | DB | 0 | 2B | 3 | C | 130 | 3E | 45 |
| Octal | 341 | 201 | 333 | 0 | 53 | 3 | 14 | 460 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11011011 | 0 | 101011 | 11 | 1100 | 100110000 | 111110 | 1000101 |
Color Harmonies of #E181DB
Complementary color
Monochromatic Colors of #E181DB
Black with #E181DB
Text Example
Text Example
White with #E181DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181DB; }
p { color: rgb(225,129,219); }
H1.HeaderClassName
{
color: #E181DB;
}
.AnyTagClassName
{
color: #E181DB;
}
</style>
background-color css
<style>
a { background-color: #E181DB; }
a { background-color: rgb(225,129,219); }
div.DivClassName
{
background-color: #E181DB;
}
.BgClassName
{
background-color: #E181DB;
}
</style>
border-color css
<style>
span { border-color: #E181DB; }
span { border-color: rgb(225,129,219); }
td.TdClassName
{
border-color: #E181DB;
}
.TagClassName
{
border-color: #E181DB;
}
</style>