Shades of Orchid #E173D1
Tints of Orchid #E173D1
RGB
CMYK
RGB Variations
Color information
#E173D1 (or 0xE173D1) is known color: Orchid. HEX triplet: E1, 73 and D1. RGB value is (225,115,209). Sum of RGB (Red+Green+Blue) = 225+115+209=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E173D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173D1 is #1E8C2E. Grayscale: #9E9E9E. Windows color (decimal): -2001967 or 13726689. OLE color: 13726689.
HSL color Cylindrical-coordinate representation of color #E173D1: hue angle of 308.73º 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 #E173D1 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 209 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.12 |
| HSL | 308.73º | 0.65% | 0.67% | - |
| HSV(B) | 308.73º | 0.49% | 0.88% | - |
| XYZ | 48.69 | 32.87 | 64.1 | - |
| YUV | 158.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 209 | 0 | 0.49 | 0.07 | 0.12 | 308.73 | 0.65 | 0.67 |
| Hex | E1 | 73 | D1 | 0 | 31 | 7 | C | 135 | 41 | 43 |
| Octal | 341 | 163 | 321 | 0 | 61 | 7 | 14 | 465 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11010001 | 0 | 110001 | 111 | 1100 | 100110101 | 1000001 | 1000011 |
Color Harmonies of #E173D1
Complementary color
Monochromatic Colors of #E173D1
Black with #E173D1
Text Example
Text Example
White with #E173D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173D1; }
p { color: rgb(225,115,209); }
H1.HeaderClassName
{
color: #E173D1;
}
.AnyTagClassName
{
color: #E173D1;
}
</style>
background-color css
<style>
a { background-color: #E173D1; }
a { background-color: rgb(225,115,209); }
div.DivClassName
{
background-color: #E173D1;
}
.BgClassName
{
background-color: #E173D1;
}
</style>
border-color css
<style>
span { border-color: #E173D1; }
span { border-color: rgb(225,115,209); }
td.TdClassName
{
border-color: #E173D1;
}
.TagClassName
{
border-color: #E173D1;
}
</style>