Shades of Orchid #E171DE
Tints of Orchid #E171DE
RGB
CMYK
RGB Variations
Color information
#E171DE (or 0xE171DE) is known color: Orchid. HEX triplet: E1, 71 and DE. RGB value is (225,113,222). Sum of RGB (Red+Green+Blue) = 225+113+222=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E171DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171DE is #1E8E21. Grayscale: #9E9E9E. Windows color (decimal): -2002466 or 14578145. OLE color: 14578145.
HSL color Cylindrical-coordinate representation of color #E171DE: hue angle of 301.61º 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 #E171DE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 222 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.12 |
| HSL | 301.61º | 0.65% | 0.66% | - |
| HSV(B) | 301.61º | 0.5% | 0.88% | - |
| XYZ | 50.14 | 33.09 | 72.85 | - |
| YUV | 158.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 222 | 0 | 0.50 | 0.01 | 0.12 | 301.61 | 0.65 | 0.66 |
| Hex | E1 | 71 | DE | 0 | 32 | 1 | C | 12E | 41 | 42 |
| Octal | 341 | 161 | 336 | 0 | 62 | 1 | 14 | 456 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11011110 | 0 | 110010 | 1 | 1100 | 100101110 | 1000001 | 1000010 |
Color Harmonies of #E171DE
Complementary color
Monochromatic Colors of #E171DE
Black with #E171DE
Text Example
Text Example
White with #E171DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171DE; }
p { color: rgb(225,113,222); }
H1.HeaderClassName
{
color: #E171DE;
}
.AnyTagClassName
{
color: #E171DE;
}
</style>
background-color css
<style>
a { background-color: #E171DE; }
a { background-color: rgb(225,113,222); }
div.DivClassName
{
background-color: #E171DE;
}
.BgClassName
{
background-color: #E171DE;
}
</style>
border-color css
<style>
span { border-color: #E171DE; }
span { border-color: rgb(225,113,222); }
td.TdClassName
{
border-color: #E171DE;
}
.TagClassName
{
border-color: #E171DE;
}
</style>