Shades of Orchid #E176DB
Tints of Orchid #E176DB
RGB
CMYK
RGB Variations
Color information
#E176DB (or 0xE176DB) is known color: Orchid. HEX triplet: E1, 76 and DB. RGB value is (225,118,219). Sum of RGB (Red+Green+Blue) = 225+118+219=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E176DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176DB is #1E8924. Grayscale: #A1A1A1. Windows color (decimal): -2001189 or 14382817. OLE color: 14382817.
HSL color Cylindrical-coordinate representation of color #E176DB: hue angle of 303.36º 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 #E176DB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 219 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.12 |
| HSL | 303.36º | 0.64% | 0.67% | - |
| HSV(B) | 303.36º | 0.48% | 0.88% | - |
| XYZ | 50.32 | 34.08 | 70.94 | - |
| YUV | 161.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 219 | 0 | 0.48 | 0.03 | 0.12 | 303.36 | 0.64 | 0.67 |
| Hex | E1 | 76 | DB | 0 | 30 | 3 | C | 12F | 40 | 43 |
| Octal | 341 | 166 | 333 | 0 | 60 | 3 | 14 | 457 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11011011 | 0 | 110000 | 11 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E176DB
Complementary color
Monochromatic Colors of #E176DB
Black with #E176DB
Text Example
Text Example
White with #E176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176DB; }
p { color: rgb(225,118,219); }
H1.HeaderClassName
{
color: #E176DB;
}
.AnyTagClassName
{
color: #E176DB;
}
</style>
background-color css
<style>
a { background-color: #E176DB; }
a { background-color: rgb(225,118,219); }
div.DivClassName
{
background-color: #E176DB;
}
.BgClassName
{
background-color: #E176DB;
}
</style>
border-color css
<style>
span { border-color: #E176DB; }
span { border-color: rgb(225,118,219); }
td.TdClassName
{
border-color: #E176DB;
}
.TagClassName
{
border-color: #E176DB;
}
</style>