Shades of Orchid #E171DB
Tints of Orchid #E171DB
RGB
CMYK
RGB Variations
Color information
#E171DB (or 0xE171DB) is known color: Orchid. HEX triplet: E1, 71 and DB. RGB value is (225,113,219). Sum of RGB (Red+Green+Blue) = 225+113+219=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E171DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171DB is #1E8E24. Grayscale: #9E9E9E. Windows color (decimal): -2002469 or 14381537. OLE color: 14381537.
HSL color Cylindrical-coordinate representation of color #E171DB: hue angle of 303.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171DB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 219 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.12 |
| HSL | 303.21º | 0.65% | 0.66% | - |
| HSV(B) | 303.21º | 0.5% | 0.88% | - |
| XYZ | 49.74 | 32.93 | 70.75 | - |
| YUV | 158.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 219 | 0 | 0.50 | 0.03 | 0.12 | 303.21 | 0.65 | 0.66 |
| Hex | E1 | 71 | DB | 0 | 32 | 3 | C | 12F | 41 | 42 |
| Octal | 341 | 161 | 333 | 0 | 62 | 3 | 14 | 457 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11011011 | 0 | 110010 | 11 | 1100 | 100101111 | 1000001 | 1000010 |
Color Harmonies of #E171DB
Complementary color
Monochromatic Colors of #E171DB
Black with #E171DB
Text Example
Text Example
White with #E171DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171DB; }
p { color: rgb(225,113,219); }
H1.HeaderClassName
{
color: #E171DB;
}
.AnyTagClassName
{
color: #E171DB;
}
</style>
background-color css
<style>
a { background-color: #E171DB; }
a { background-color: rgb(225,113,219); }
div.DivClassName
{
background-color: #E171DB;
}
.BgClassName
{
background-color: #E171DB;
}
</style>
border-color css
<style>
span { border-color: #E171DB; }
span { border-color: rgb(225,113,219); }
td.TdClassName
{
border-color: #E171DB;
}
.TagClassName
{
border-color: #E171DB;
}
</style>