Shades of Orchid #E179D4
Tints of Orchid #E179D4
RGB
CMYK
RGB Variations
Color information
#E179D4 (or 0xE179D4) is known color: Orchid. HEX triplet: E1, 79 and D4. RGB value is (225,121,212). Sum of RGB (Red+Green+Blue) = 225+121+212=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E179D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179D4 is #1E862B. Grayscale: #A2A2A2. Windows color (decimal): -2000428 or 13924833. OLE color: 13924833.
HSL color Cylindrical-coordinate representation of color #E179D4: hue angle of 307.5º 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 #E179D4 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 212 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.12 |
| HSL | 307.5º | 0.63% | 0.68% | - |
| HSV(B) | 307.5º | 0.46% | 0.88% | - |
| XYZ | 49.77 | 34.44 | 66.31 | - |
| YUV | 162.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 212 | 0 | 0.46 | 0.06 | 0.12 | 307.5 | 0.63 | 0.68 |
| Hex | E1 | 79 | D4 | 0 | 2E | 6 | C | 134 | 3F | 44 |
| Octal | 341 | 171 | 324 | 0 | 56 | 6 | 14 | 464 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11010100 | 0 | 101110 | 110 | 1100 | 100110100 | 111111 | 1000100 |
Color Harmonies of #E179D4
Complementary color
Monochromatic Colors of #E179D4
Black with #E179D4
Text Example
Text Example
White with #E179D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179D4; }
p { color: rgb(225,121,212); }
H1.HeaderClassName
{
color: #E179D4;
}
.AnyTagClassName
{
color: #E179D4;
}
</style>
background-color css
<style>
a { background-color: #E179D4; }
a { background-color: rgb(225,121,212); }
div.DivClassName
{
background-color: #E179D4;
}
.BgClassName
{
background-color: #E179D4;
}
</style>
border-color css
<style>
span { border-color: #E179D4; }
span { border-color: rgb(225,121,212); }
td.TdClassName
{
border-color: #E179D4;
}
.TagClassName
{
border-color: #E179D4;
}
</style>