Shades of Orchid #E176D2
Tints of Orchid #E176D2
RGB
CMYK
RGB Variations
Color information
#E176D2 (or 0xE176D2) is known color: Orchid. HEX triplet: E1, 76 and D2. RGB value is (225,118,210). Sum of RGB (Red+Green+Blue) = 225+118+210=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E176D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176D2 is #1E892D. Grayscale: #A0A0A0. Windows color (decimal): -2001198 or 13792993. OLE color: 13792993.
HSL color Cylindrical-coordinate representation of color #E176D2: hue angle of 308.41º 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 #E176D2 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 210 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.12 |
| HSL | 308.41º | 0.64% | 0.67% | - |
| HSV(B) | 308.41º | 0.48% | 0.88% | - |
| XYZ | 49.16 | 33.62 | 64.87 | - |
| YUV | 160.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 210 | 0 | 0.48 | 0.07 | 0.12 | 308.41 | 0.64 | 0.67 |
| Hex | E1 | 76 | D2 | 0 | 30 | 7 | C | 134 | 40 | 43 |
| Octal | 341 | 166 | 322 | 0 | 60 | 7 | 14 | 464 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11010010 | 0 | 110000 | 111 | 1100 | 100110100 | 1000000 | 1000011 |
Color Harmonies of #E176D2
Complementary color
Monochromatic Colors of #E176D2
Black with #E176D2
Text Example
Text Example
White with #E176D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176D2; }
p { color: rgb(225,118,210); }
H1.HeaderClassName
{
color: #E176D2;
}
.AnyTagClassName
{
color: #E176D2;
}
</style>
background-color css
<style>
a { background-color: #E176D2; }
a { background-color: rgb(225,118,210); }
div.DivClassName
{
background-color: #E176D2;
}
.BgClassName
{
background-color: #E176D2;
}
</style>
border-color css
<style>
span { border-color: #E176D2; }
span { border-color: rgb(225,118,210); }
td.TdClassName
{
border-color: #E176D2;
}
.TagClassName
{
border-color: #E176D2;
}
</style>