Shades of Orchid #E180DB
Tints of Orchid #E180DB
RGB
CMYK
RGB Variations
Color information
#E180DB (or 0xE180DB) is known color: Orchid. HEX triplet: E1, 80 and DB. RGB value is (225,128,219). Sum of RGB (Red+Green+Blue) = 225+128+219=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E180DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180DB is #1E7F24. Grayscale: #A7A7A7. Windows color (decimal): -1998629 or 14385377. OLE color: 14385377.
HSL color Cylindrical-coordinate representation of color #E180DB: hue angle of 303.71º 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 #E180DB is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 219 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.12 |
| HSL | 303.71º | 0.62% | 0.69% | - |
| HSV(B) | 303.71º | 0.43% | 0.88% | - |
| XYZ | 51.56 | 36.56 | 71.36 | - |
| YUV | 167.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 219 | 0 | 0.43 | 0.03 | 0.12 | 303.71 | 0.62 | 0.69 |
| Hex | E1 | 80 | DB | 0 | 2B | 3 | C | 130 | 3E | 45 |
| Octal | 341 | 200 | 333 | 0 | 53 | 3 | 14 | 460 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11011011 | 0 | 101011 | 11 | 1100 | 100110000 | 111110 | 1000101 |
Color Harmonies of #E180DB
Complementary color
Monochromatic Colors of #E180DB
Black with #E180DB
Text Example
Text Example
White with #E180DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180DB; }
p { color: rgb(225,128,219); }
H1.HeaderClassName
{
color: #E180DB;
}
.AnyTagClassName
{
color: #E180DB;
}
</style>
background-color css
<style>
a { background-color: #E180DB; }
a { background-color: rgb(225,128,219); }
div.DivClassName
{
background-color: #E180DB;
}
.BgClassName
{
background-color: #E180DB;
}
</style>
border-color css
<style>
span { border-color: #E180DB; }
span { border-color: rgb(225,128,219); }
td.TdClassName
{
border-color: #E180DB;
}
.TagClassName
{
border-color: #E180DB;
}
</style>