Shades of Orchid #E179DD
Tints of Orchid #E179DD
RGB
CMYK
RGB Variations
Color information
#E179DD (or 0xE179DD) is known color: Orchid. HEX triplet: E1, 79 and DD. RGB value is (225,121,221). Sum of RGB (Red+Green+Blue) = 225+121+221=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DD is #1E8622. Grayscale: #A3A3A3. Windows color (decimal): -2000419 or 14514657. OLE color: 14514657.
HSL color Cylindrical-coordinate representation of color #E179DD: hue angle of 302.31º 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 #E179DD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 221 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.12 |
| HSL | 302.31º | 0.63% | 0.68% | - |
| HSV(B) | 302.31º | 0.46% | 0.88% | - |
| XYZ | 50.94 | 34.9 | 72.46 | - |
| YUV | 163.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 221 | 0 | 0.46 | 0.02 | 0.12 | 302.31 | 0.63 | 0.68 |
| Hex | E1 | 79 | DD | 0 | 2E | 2 | C | 12E | 3F | 44 |
| Octal | 341 | 171 | 335 | 0 | 56 | 2 | 14 | 456 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11011101 | 0 | 101110 | 10 | 1100 | 100101110 | 111111 | 1000100 |
Color Harmonies of #E179DD
Complementary color
Monochromatic Colors of #E179DD
Black with #E179DD
Text Example
Text Example
White with #E179DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179DD; }
p { color: rgb(225,121,221); }
H1.HeaderClassName
{
color: #E179DD;
}
.AnyTagClassName
{
color: #E179DD;
}
</style>
background-color css
<style>
a { background-color: #E179DD; }
a { background-color: rgb(225,121,221); }
div.DivClassName
{
background-color: #E179DD;
}
.BgClassName
{
background-color: #E179DD;
}
</style>
border-color css
<style>
span { border-color: #E179DD; }
span { border-color: rgb(225,121,221); }
td.TdClassName
{
border-color: #E179DD;
}
.TagClassName
{
border-color: #E179DD;
}
</style>