Shades of Orchid #E179DB
Tints of Orchid #E179DB
RGB
CMYK
RGB Variations
Color information
#E179DB (or 0xE179DB) is known color: Orchid. HEX triplet: E1, 79 and DB. RGB value is (225,121,219). Sum of RGB (Red+Green+Blue) = 225+121+219=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DB is #1E8624. Grayscale: #A2A2A2. Windows color (decimal): -2000421 or 14383585. OLE color: 14383585.
HSL color Cylindrical-coordinate representation of color #E179DB: hue angle of 303.46º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179DB is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 219 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 303.46º | 0.63% | 0.68% | - |
| HSV(B) | 303.46º | 0.46% | 0.88% | - |
| XYZ | 50.67 | 34.8 | 71.06 | - |
| YUV | 163.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 219 | 0 | 0.46 | 0.03 | 0.12 | 303.46 | 0.63 | 0.68 |
| Hex | E1 | 79 | DB | 0 | 2E | 3 | C | 12F | 3F | 44 |
| Octal | 341 | 171 | 333 | 0 | 56 | 3 | 14 | 457 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11011011 | 0 | 101110 | 11 | 1100 | 100101111 | 111111 | 1000100 |
Color Harmonies of #E179DB
Complementary color
Monochromatic Colors of #E179DB
Black with #E179DB
Text Example
Text Example
White with #E179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179DB; }
p { color: rgb(225,121,219); }
H1.HeaderClassName
{
color: #E179DB;
}
.AnyTagClassName
{
color: #E179DB;
}
</style>
background-color css
<style>
a { background-color: #E179DB; }
a { background-color: rgb(225,121,219); }
div.DivClassName
{
background-color: #E179DB;
}
.BgClassName
{
background-color: #E179DB;
}
</style>
border-color css
<style>
span { border-color: #E179DB; }
span { border-color: rgb(225,121,219); }
td.TdClassName
{
border-color: #E179DB;
}
.TagClassName
{
border-color: #E179DB;
}
</style>