Shades of Orchid #E176D4
Tints of Orchid #E176D4
RGB
CMYK
RGB Variations
Color information
#E176D4 (or 0xE176D4) is known color: Orchid. HEX triplet: E1, 76 and D4. RGB value is (225,118,212). Sum of RGB (Red+Green+Blue) = 225+118+212=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E176D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176D4 is #1E892B. Grayscale: #A0A0A0. Windows color (decimal): -2001196 or 13924065. OLE color: 13924065.
HSL color Cylindrical-coordinate representation of color #E176D4: hue angle of 307.29º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E176D4 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 212 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.12 |
| HSL | 307.29º | 0.64% | 0.67% | - |
| HSV(B) | 307.29º | 0.48% | 0.88% | - |
| XYZ | 49.41 | 33.72 | 66.19 | - |
| YUV | 160.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 212 | 0 | 0.48 | 0.06 | 0.12 | 307.29 | 0.64 | 0.67 |
| Hex | E1 | 76 | D4 | 0 | 30 | 6 | C | 133 | 40 | 43 |
| Octal | 341 | 166 | 324 | 0 | 60 | 6 | 14 | 463 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11010100 | 0 | 110000 | 110 | 1100 | 100110011 | 1000000 | 1000011 |
Color Harmonies of #E176D4
Complementary color
Monochromatic Colors of #E176D4
Black with #E176D4
Text Example
Text Example
White with #E176D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176D4; }
p { color: rgb(225,118,212); }
H1.HeaderClassName
{
color: #E176D4;
}
.AnyTagClassName
{
color: #E176D4;
}
</style>
background-color css
<style>
a { background-color: #E176D4; }
a { background-color: rgb(225,118,212); }
div.DivClassName
{
background-color: #E176D4;
}
.BgClassName
{
background-color: #E176D4;
}
</style>
border-color css
<style>
span { border-color: #E176D4; }
span { border-color: rgb(225,118,212); }
td.TdClassName
{
border-color: #E176D4;
}
.TagClassName
{
border-color: #E176D4;
}
</style>