Shades of Orchid #E179DA
Tints of Orchid #E179DA
RGB
CMYK
RGB Variations
Color information
#E179DA (or 0xE179DA) is known color: Orchid. HEX triplet: E1, 79 and DA. RGB value is (225,121,218). Sum of RGB (Red+Green+Blue) = 225+121+218=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DA is #1E8625. Grayscale: #A2A2A2. Windows color (decimal): -2000422 or 14318049. OLE color: 14318049.
HSL color Cylindrical-coordinate representation of color #E179DA: hue angle of 304.04º 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 #E179DA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 218 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 304.04º | 0.63% | 0.68% | - |
| HSV(B) | 304.04º | 0.46% | 0.88% | - |
| XYZ | 50.54 | 34.74 | 70.37 | - |
| YUV | 163.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 218 | 0 | 0.46 | 0.03 | 0.12 | 304.04 | 0.63 | 0.68 |
| Hex | E1 | 79 | DA | 0 | 2E | 3 | C | 130 | 3F | 44 |
| Octal | 341 | 171 | 332 | 0 | 56 | 3 | 14 | 460 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11011010 | 0 | 101110 | 11 | 1100 | 100110000 | 111111 | 1000100 |
Color Harmonies of #E179DA
Complementary color
Monochromatic Colors of #E179DA
Black with #E179DA
Text Example
Text Example
White with #E179DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179DA; }
p { color: rgb(225,121,218); }
H1.HeaderClassName
{
color: #E179DA;
}
.AnyTagClassName
{
color: #E179DA;
}
</style>
background-color css
<style>
a { background-color: #E179DA; }
a { background-color: rgb(225,121,218); }
div.DivClassName
{
background-color: #E179DA;
}
.BgClassName
{
background-color: #E179DA;
}
</style>
border-color css
<style>
span { border-color: #E179DA; }
span { border-color: rgb(225,121,218); }
td.TdClassName
{
border-color: #E179DA;
}
.TagClassName
{
border-color: #E179DA;
}
</style>