Shades of Orchid #E171D3
Tints of Orchid #E171D3
RGB
CMYK
RGB Variations
Color information
#E171D3 (or 0xE171D3) is known color: Orchid. HEX triplet: E1, 71 and D3. RGB value is (225,113,211). Sum of RGB (Red+Green+Blue) = 225+113+211=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D3 is #1E8E2C. Grayscale: #9D9D9D. Windows color (decimal): -2002477 or 13857249. OLE color: 13857249.
HSL color Cylindrical-coordinate representation of color #E171D3: hue angle of 307.5º 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 #E171D3 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 211 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.12 |
| HSL | 307.5º | 0.65% | 0.66% | - |
| HSV(B) | 307.5º | 0.5% | 0.88% | - |
| XYZ | 48.71 | 32.52 | 65.34 | - |
| YUV | 157.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 211 | 0 | 0.50 | 0.06 | 0.12 | 307.5 | 0.65 | 0.66 |
| Hex | E1 | 71 | D3 | 0 | 32 | 6 | C | 134 | 41 | 42 |
| Octal | 341 | 161 | 323 | 0 | 62 | 6 | 14 | 464 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11010011 | 0 | 110010 | 110 | 1100 | 100110100 | 1000001 | 1000010 |
Color Harmonies of #E171D3
Complementary color
Monochromatic Colors of #E171D3
Black with #E171D3
Text Example
Text Example
White with #E171D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171D3; }
p { color: rgb(225,113,211); }
H1.HeaderClassName
{
color: #E171D3;
}
.AnyTagClassName
{
color: #E171D3;
}
</style>
background-color css
<style>
a { background-color: #E171D3; }
a { background-color: rgb(225,113,211); }
div.DivClassName
{
background-color: #E171D3;
}
.BgClassName
{
background-color: #E171D3;
}
</style>
border-color css
<style>
span { border-color: #E171D3; }
span { border-color: rgb(225,113,211); }
td.TdClassName
{
border-color: #E171D3;
}
.TagClassName
{
border-color: #E171D3;
}
</style>