Shades of Orchid #E172D0
Tints of Orchid #E172D0
RGB
CMYK
RGB Variations
Color information
#E172D0 (or 0xE172D0) is known color: Orchid. HEX triplet: E1, 72 and D0. RGB value is (225,114,208). Sum of RGB (Red+Green+Blue) = 225+114+208=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D0 is #1E8D2F. Grayscale: #9D9D9D. Windows color (decimal): -2002224 or 13660897. OLE color: 13660897.
HSL color Cylindrical-coordinate representation of color #E172D0: hue angle of 309.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172D0 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 208 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.12 |
| HSL | 309.19º | 0.65% | 0.66% | - |
| HSV(B) | 309.19º | 0.49% | 0.88% | - |
| XYZ | 48.45 | 32.6 | 63.41 | - |
| YUV | 157.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 208 | 0 | 0.49 | 0.08 | 0.12 | 309.19 | 0.65 | 0.66 |
| Hex | E1 | 72 | D0 | 0 | 31 | 8 | C | 135 | 41 | 42 |
| Octal | 341 | 162 | 320 | 0 | 61 | 10 | 14 | 465 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11010000 | 0 | 110001 | 1000 | 1100 | 100110101 | 1000001 | 1000010 |
Color Harmonies of #E172D0
Complementary color
Monochromatic Colors of #E172D0
Black with #E172D0
Text Example
Text Example
White with #E172D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172D0; }
p { color: rgb(225,114,208); }
H1.HeaderClassName
{
color: #E172D0;
}
.AnyTagClassName
{
color: #E172D0;
}
</style>
background-color css
<style>
a { background-color: #E172D0; }
a { background-color: rgb(225,114,208); }
div.DivClassName
{
background-color: #E172D0;
}
.BgClassName
{
background-color: #E172D0;
}
</style>
border-color css
<style>
span { border-color: #E172D0; }
span { border-color: rgb(225,114,208); }
td.TdClassName
{
border-color: #E172D0;
}
.TagClassName
{
border-color: #E172D0;
}
</style>