Shades of Orchid #E170DB
Tints of Orchid #E170DB
RGB
CMYK
RGB Variations
Color information
#E170DB (or 0xE170DB) is known color: Orchid. HEX triplet: E1, 70 and DB. RGB value is (225,112,219). Sum of RGB (Red+Green+Blue) = 225+112+219=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E170DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170DB is #1E8F24. Grayscale: #9D9D9D. Windows color (decimal): -2002725 or 14381281. OLE color: 14381281.
HSL color Cylindrical-coordinate representation of color #E170DB: hue angle of 303.19º 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 #E170DB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 219 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.12 |
| HSL | 303.19º | 0.65% | 0.66% | - |
| HSV(B) | 303.19º | 0.5% | 0.88% | - |
| XYZ | 49.63 | 32.71 | 70.72 | - |
| YUV | 157.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 219 | 0 | 0.50 | 0.03 | 0.12 | 303.19 | 0.65 | 0.66 |
| Hex | E1 | 70 | DB | 0 | 32 | 3 | C | 12F | 41 | 42 |
| Octal | 341 | 160 | 333 | 0 | 62 | 3 | 14 | 457 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11011011 | 0 | 110010 | 11 | 1100 | 100101111 | 1000001 | 1000010 |
Color Harmonies of #E170DB
Complementary color
Monochromatic Colors of #E170DB
Black with #E170DB
Text Example
Text Example
White with #E170DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170DB; }
p { color: rgb(225,112,219); }
H1.HeaderClassName
{
color: #E170DB;
}
.AnyTagClassName
{
color: #E170DB;
}
</style>
background-color css
<style>
a { background-color: #E170DB; }
a { background-color: rgb(225,112,219); }
div.DivClassName
{
background-color: #E170DB;
}
.BgClassName
{
background-color: #E170DB;
}
</style>
border-color css
<style>
span { border-color: #E170DB; }
span { border-color: rgb(225,112,219); }
td.TdClassName
{
border-color: #E170DB;
}
.TagClassName
{
border-color: #E170DB;
}
</style>