Shades of Orchid #E173D9
Tints of Orchid #E173D9
RGB
CMYK
RGB Variations
Color information
#E173D9 (or 0xE173D9) is known color: Orchid. HEX triplet: E1, 73 and D9. RGB value is (225,115,217). Sum of RGB (Red+Green+Blue) = 225+115+217=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E173D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173D9 is #1E8C26. Grayscale: #9F9F9F. Windows color (decimal): -2001959 or 14250977. OLE color: 14250977.
HSL color Cylindrical-coordinate representation of color #E173D9: hue angle of 304.36º 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 #E173D9 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 217 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.12 |
| HSL | 304.36º | 0.65% | 0.67% | - |
| HSV(B) | 304.36º | 0.49% | 0.88% | - |
| XYZ | 49.71 | 33.28 | 69.45 | - |
| YUV | 159.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 217 | 0 | 0.49 | 0.04 | 0.12 | 304.36 | 0.65 | 0.67 |
| Hex | E1 | 73 | D9 | 0 | 31 | 4 | C | 130 | 41 | 43 |
| Octal | 341 | 163 | 331 | 0 | 61 | 4 | 14 | 460 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11011001 | 0 | 110001 | 100 | 1100 | 100110000 | 1000001 | 1000011 |
Color Harmonies of #E173D9
Complementary color
Monochromatic Colors of #E173D9
Black with #E173D9
Text Example
Text Example
White with #E173D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173D9; }
p { color: rgb(225,115,217); }
H1.HeaderClassName
{
color: #E173D9;
}
.AnyTagClassName
{
color: #E173D9;
}
</style>
background-color css
<style>
a { background-color: #E173D9; }
a { background-color: rgb(225,115,217); }
div.DivClassName
{
background-color: #E173D9;
}
.BgClassName
{
background-color: #E173D9;
}
</style>
border-color css
<style>
span { border-color: #E173D9; }
span { border-color: rgb(225,115,217); }
td.TdClassName
{
border-color: #E173D9;
}
.TagClassName
{
border-color: #E173D9;
}
</style>