Shades of Orchid #E171C5
Tints of Orchid #E171C5
RGB
CMYK
RGB Variations
Color information
#E171C5 (or 0xE171C5) is known color: Orchid. HEX triplet: E1, 71 and C5. RGB value is (225,113,197). Sum of RGB (Red+Green+Blue) = 225+113+197=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E171C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171C5 is #1E8E3A. Grayscale: #9B9B9B. Windows color (decimal): -2002491 or 12939745. OLE color: 12939745.
HSL color Cylindrical-coordinate representation of color #E171C5: hue angle of 315º 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 #E171C5 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 197 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.12 |
| HSL | 315º | 0.65% | 0.66% | - |
| HSV(B) | 315º | 0.5% | 0.88% | - |
| XYZ | 47.03 | 31.85 | 56.49 | - |
| YUV | 156.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 197 | 0 | 0.50 | 0.12 | 0.12 | 315 | 0.65 | 0.66 |
| Hex | E1 | 71 | C5 | 0 | 32 | C | C | 13B | 41 | 42 |
| Octal | 341 | 161 | 305 | 0 | 62 | 14 | 14 | 473 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11000101 | 0 | 110010 | 1100 | 1100 | 100111011 | 1000001 | 1000010 |
Color Harmonies of #E171C5
Complementary color
Monochromatic Colors of #E171C5
Black with #E171C5
Text Example
Text Example
White with #E171C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171C5; }
p { color: rgb(225,113,197); }
H1.HeaderClassName
{
color: #E171C5;
}
.AnyTagClassName
{
color: #E171C5;
}
</style>
background-color css
<style>
a { background-color: #E171C5; }
a { background-color: rgb(225,113,197); }
div.DivClassName
{
background-color: #E171C5;
}
.BgClassName
{
background-color: #E171C5;
}
</style>
border-color css
<style>
span { border-color: #E171C5; }
span { border-color: rgb(225,113,197); }
td.TdClassName
{
border-color: #E171C5;
}
.TagClassName
{
border-color: #E171C5;
}
</style>