Shades of Orchid #E171D0
Tints of Orchid #E171D0
RGB
CMYK
RGB Variations
Color information
#E171D0 (or 0xE171D0) is known color: Orchid. HEX triplet: E1, 71 and D0. RGB value is (225,113,208). Sum of RGB (Red+Green+Blue) = 225+113+208=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E171D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171D0 is #1E8E2F. Grayscale: #9D9D9D. Windows color (decimal): -2002480 or 13660641. OLE color: 13660641.
HSL color Cylindrical-coordinate representation of color #E171D0: hue angle of 309.11º 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 #E171D0 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 208 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.12 |
| HSL | 309.11º | 0.65% | 0.66% | - |
| HSV(B) | 309.11º | 0.5% | 0.88% | - |
| XYZ | 48.34 | 32.37 | 63.38 | - |
| YUV | 157.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 208 | 0 | 0.50 | 0.08 | 0.12 | 309.11 | 0.65 | 0.66 |
| Hex | E1 | 71 | D0 | 0 | 32 | 8 | C | 135 | 41 | 42 |
| Octal | 341 | 161 | 320 | 0 | 62 | 10 | 14 | 465 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11010000 | 0 | 110010 | 1000 | 1100 | 100110101 | 1000001 | 1000010 |
Color Harmonies of #E171D0
Complementary color
Monochromatic Colors of #E171D0
Black with #E171D0
Text Example
Text Example
White with #E171D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171D0; }
p { color: rgb(225,113,208); }
H1.HeaderClassName
{
color: #E171D0;
}
.AnyTagClassName
{
color: #E171D0;
}
</style>
background-color css
<style>
a { background-color: #E171D0; }
a { background-color: rgb(225,113,208); }
div.DivClassName
{
background-color: #E171D0;
}
.BgClassName
{
background-color: #E171D0;
}
</style>
border-color css
<style>
span { border-color: #E171D0; }
span { border-color: rgb(225,113,208); }
td.TdClassName
{
border-color: #E171D0;
}
.TagClassName
{
border-color: #E171D0;
}
</style>