Shades of Orchid #E176DA
Tints of Orchid #E176DA
RGB
CMYK
RGB Variations
Color information
#E176DA (or 0xE176DA) is known color: Orchid. HEX triplet: E1, 76 and DA. RGB value is (225,118,218). Sum of RGB (Red+Green+Blue) = 225+118+218=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E176DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176DA is #1E8925. Grayscale: #A1A1A1. Windows color (decimal): -2001190 or 14317281. OLE color: 14317281.
HSL color Cylindrical-coordinate representation of color #E176DA: hue angle of 303.93º 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 #E176DA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 218 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.12 |
| HSL | 303.93º | 0.64% | 0.67% | - |
| HSV(B) | 303.93º | 0.48% | 0.88% | - |
| XYZ | 50.18 | 34.03 | 70.25 | - |
| YUV | 161.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 218 | 0 | 0.48 | 0.03 | 0.12 | 303.93 | 0.64 | 0.67 |
| Hex | E1 | 76 | DA | 0 | 30 | 3 | C | 130 | 40 | 43 |
| Octal | 341 | 166 | 332 | 0 | 60 | 3 | 14 | 460 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11011010 | 0 | 110000 | 11 | 1100 | 100110000 | 1000000 | 1000011 |
Color Harmonies of #E176DA
Complementary color
Monochromatic Colors of #E176DA
Black with #E176DA
Text Example
Text Example
White with #E176DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176DA; }
p { color: rgb(225,118,218); }
H1.HeaderClassName
{
color: #E176DA;
}
.AnyTagClassName
{
color: #E176DA;
}
</style>
background-color css
<style>
a { background-color: #E176DA; }
a { background-color: rgb(225,118,218); }
div.DivClassName
{
background-color: #E176DA;
}
.BgClassName
{
background-color: #E176DA;
}
</style>
border-color css
<style>
span { border-color: #E176DA; }
span { border-color: rgb(225,118,218); }
td.TdClassName
{
border-color: #E176DA;
}
.TagClassName
{
border-color: #E176DA;
}
</style>