Shades of Orchid #E173DB
Tints of Orchid #E173DB
RGB
CMYK
RGB Variations
Color information
#E173DB (or 0xE173DB) is known color: Orchid. HEX triplet: E1, 73 and DB. RGB value is (225,115,219). Sum of RGB (Red+Green+Blue) = 225+115+219=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E173DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173DB is #1E8C24. Grayscale: #9F9F9F. Windows color (decimal): -2001957 or 14382049. OLE color: 14382049.
HSL color Cylindrical-coordinate representation of color #E173DB: hue angle of 303.27º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173DB is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 219 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.12 |
| HSL | 303.27º | 0.65% | 0.67% | - |
| HSV(B) | 303.27º | 0.49% | 0.88% | - |
| XYZ | 49.97 | 33.38 | 70.83 | - |
| YUV | 159.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 219 | 0 | 0.49 | 0.03 | 0.12 | 303.27 | 0.65 | 0.67 |
| Hex | E1 | 73 | DB | 0 | 31 | 3 | C | 12F | 41 | 43 |
| Octal | 341 | 163 | 333 | 0 | 61 | 3 | 14 | 457 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11011011 | 0 | 110001 | 11 | 1100 | 100101111 | 1000001 | 1000011 |
Color Harmonies of #E173DB
Complementary color
Monochromatic Colors of #E173DB
Black with #E173DB
Text Example
Text Example
White with #E173DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173DB; }
p { color: rgb(225,115,219); }
H1.HeaderClassName
{
color: #E173DB;
}
.AnyTagClassName
{
color: #E173DB;
}
</style>
background-color css
<style>
a { background-color: #E173DB; }
a { background-color: rgb(225,115,219); }
div.DivClassName
{
background-color: #E173DB;
}
.BgClassName
{
background-color: #E173DB;
}
</style>
border-color css
<style>
span { border-color: #E173DB; }
span { border-color: rgb(225,115,219); }
td.TdClassName
{
border-color: #E173DB;
}
.TagClassName
{
border-color: #E173DB;
}
</style>