Shades of Orchid #E172D3
Tints of Orchid #E172D3
RGB
CMYK
RGB Variations
Color information
#E172D3 (or 0xE172D3) is known color: Orchid. HEX triplet: E1, 72 and D3. RGB value is (225,114,211). Sum of RGB (Red+Green+Blue) = 225+114+211=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D3 is #1E8D2C. Grayscale: #9D9D9D. Windows color (decimal): -2002221 or 13857505. OLE color: 13857505.
HSL color Cylindrical-coordinate representation of color #E172D3: hue angle of 307.57º 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 #E172D3 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 211 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.12 |
| HSL | 307.57º | 0.65% | 0.66% | - |
| HSV(B) | 307.57º | 0.49% | 0.88% | - |
| XYZ | 48.83 | 32.75 | 65.38 | - |
| YUV | 158.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 211 | 0 | 0.49 | 0.06 | 0.12 | 307.57 | 0.65 | 0.66 |
| Hex | E1 | 72 | D3 | 0 | 31 | 6 | C | 134 | 41 | 42 |
| Octal | 341 | 162 | 323 | 0 | 61 | 6 | 14 | 464 | 101 | 102 |
| Binary | 11100001 | 1110010 | 11010011 | 0 | 110001 | 110 | 1100 | 100110100 | 1000001 | 1000010 |
Color Harmonies of #E172D3
Complementary color
Monochromatic Colors of #E172D3
Black with #E172D3
Text Example
Text Example
White with #E172D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172D3; }
p { color: rgb(225,114,211); }
H1.HeaderClassName
{
color: #E172D3;
}
.AnyTagClassName
{
color: #E172D3;
}
</style>
background-color css
<style>
a { background-color: #E172D3; }
a { background-color: rgb(225,114,211); }
div.DivClassName
{
background-color: #E172D3;
}
.BgClassName
{
background-color: #E172D3;
}
</style>
border-color css
<style>
span { border-color: #E172D3; }
span { border-color: rgb(225,114,211); }
td.TdClassName
{
border-color: #E172D3;
}
.TagClassName
{
border-color: #E172D3;
}
</style>