Shades of Orchid #E172D1
Tints of Orchid #E172D1
RGB
CMYK
RGB Variations
Color information
#E172D1 (or 0xE172D1) is known color: Orchid. HEX triplet: E1, 72 and D1. RGB value is (225,114,209). Sum of RGB (Red+Green+Blue) = 225+114+209=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D1 is #1E8D2E. Grayscale: #9D9D9D. Windows color (decimal): -2002223 or 13726433. OLE color: 13726433.
HSL color Cylindrical-coordinate representation of color #E172D1: hue angle of 308.65º 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 #E172D1 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 209 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.12 |
| HSL | 308.65º | 0.65% | 0.66% | - |
| HSV(B) | 308.65º | 0.49% | 0.88% | - |
| XYZ | 48.58 | 32.65 | 64.06 | - |
| YUV | 158.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 209 | 0 | 0.49 | 0.07 | 0.12 | 308.65 | 0.65 | 0.66 |
| Hex | E1 | 72 | D1 | 0 | 31 | 7 | C | 135 | 41 | 42 |
| Octal | 341 | 162 | 321 | 0 | 61 | 7 | 14 | 465 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11010001 | 0 | 110001 | 111 | 1100 | 100110101 | 1000001 | 1000010 |
Color Harmonies of #E172D1
Complementary color
Monochromatic Colors of #E172D1
Black with #E172D1
Text Example
Text Example
White with #E172D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172D1; }
p { color: rgb(225,114,209); }
H1.HeaderClassName
{
color: #E172D1;
}
.AnyTagClassName
{
color: #E172D1;
}
</style>
background-color css
<style>
a { background-color: #E172D1; }
a { background-color: rgb(225,114,209); }
div.DivClassName
{
background-color: #E172D1;
}
.BgClassName
{
background-color: #E172D1;
}
</style>
border-color css
<style>
span { border-color: #E172D1; }
span { border-color: rgb(225,114,209); }
td.TdClassName
{
border-color: #E172D1;
}
.TagClassName
{
border-color: #E172D1;
}
</style>