Shades of Orchid #E171D9
Tints of Orchid #E171D9
RGB
CMYK
RGB Variations
Color information
#E171D9 (or 0xE171D9) is known color: Orchid. HEX triplet: E1, 71 and D9. RGB value is (225,113,217). Sum of RGB (Red+Green+Blue) = 225+113+217=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D9 is #1E8E26. Grayscale: #9E9E9E. Windows color (decimal): -2002471 or 14250465. OLE color: 14250465.
HSL color Cylindrical-coordinate representation of color #E171D9: hue angle of 304.29º 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 #E171D9 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 217 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.12 |
| HSL | 304.29º | 0.65% | 0.66% | - |
| HSV(B) | 304.29º | 0.5% | 0.88% | - |
| XYZ | 49.48 | 32.83 | 69.37 | - |
| YUV | 158.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 217 | 0 | 0.50 | 0.04 | 0.12 | 304.29 | 0.65 | 0.66 |
| Hex | E1 | 71 | D9 | 0 | 32 | 4 | C | 130 | 41 | 42 |
| Octal | 341 | 161 | 331 | 0 | 62 | 4 | 14 | 460 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11011001 | 0 | 110010 | 100 | 1100 | 100110000 | 1000001 | 1000010 |
Color Harmonies of #E171D9
Complementary color
Monochromatic Colors of #E171D9
Black with #E171D9
Text Example
Text Example
White with #E171D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171D9; }
p { color: rgb(225,113,217); }
H1.HeaderClassName
{
color: #E171D9;
}
.AnyTagClassName
{
color: #E171D9;
}
</style>
background-color css
<style>
a { background-color: #E171D9; }
a { background-color: rgb(225,113,217); }
div.DivClassName
{
background-color: #E171D9;
}
.BgClassName
{
background-color: #E171D9;
}
</style>
border-color css
<style>
span { border-color: #E171D9; }
span { border-color: rgb(225,113,217); }
td.TdClassName
{
border-color: #E171D9;
}
.TagClassName
{
border-color: #E171D9;
}
</style>