Shades of Orchid #E171D1
Tints of Orchid #E171D1
RGB
CMYK
RGB Variations
Color information
#E171D1 (or 0xE171D1) is known color: Orchid. HEX triplet: E1, 71 and D1. RGB value is (225,113,209). Sum of RGB (Red+Green+Blue) = 225+113+209=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D1 is #1E8E2E. Grayscale: #9D9D9D. Windows color (decimal): -2002479 or 13726177. OLE color: 13726177.
HSL color Cylindrical-coordinate representation of color #E171D1: hue angle of 308.57º 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 #E171D1 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 209 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.12 |
| HSL | 308.57º | 0.65% | 0.66% | - |
| HSV(B) | 308.57º | 0.5% | 0.88% | - |
| XYZ | 48.47 | 32.42 | 64.03 | - |
| YUV | 157.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 209 | 0 | 0.50 | 0.07 | 0.12 | 308.57 | 0.65 | 0.66 |
| Hex | E1 | 71 | D1 | 0 | 32 | 7 | C | 135 | 41 | 42 |
| Octal | 341 | 161 | 321 | 0 | 62 | 7 | 14 | 465 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11010001 | 0 | 110010 | 111 | 1100 | 100110101 | 1000001 | 1000010 |
Color Harmonies of #E171D1
Complementary color
Monochromatic Colors of #E171D1
Black with #E171D1
Text Example
Text Example
White with #E171D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171D1; }
p { color: rgb(225,113,209); }
H1.HeaderClassName
{
color: #E171D1;
}
.AnyTagClassName
{
color: #E171D1;
}
</style>
background-color css
<style>
a { background-color: #E171D1; }
a { background-color: rgb(225,113,209); }
div.DivClassName
{
background-color: #E171D1;
}
.BgClassName
{
background-color: #E171D1;
}
</style>
border-color css
<style>
span { border-color: #E171D1; }
span { border-color: rgb(225,113,209); }
td.TdClassName
{
border-color: #E171D1;
}
.TagClassName
{
border-color: #E171D1;
}
</style>