Shades of Orchid #E179CF
Tints of Orchid #E179CF
RGB
CMYK
RGB Variations
Color information
#E179CF (or 0xE179CF) is known color: Orchid. HEX triplet: E1, 79 and CF. RGB value is (225,121,207). Sum of RGB (Red+Green+Blue) = 225+121+207=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E179CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179CF is #1E8630. Grayscale: #A1A1A1. Windows color (decimal): -2000433 or 13597153. OLE color: 13597153.
HSL color Cylindrical-coordinate representation of color #E179CF: hue angle of 310.38º 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 #E179CF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 207 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.12 |
| HSL | 310.38º | 0.63% | 0.68% | - |
| HSV(B) | 310.38º | 0.46% | 0.88% | - |
| XYZ | 49.15 | 34.19 | 63.04 | - |
| YUV | 161.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 207 | 0 | 0.46 | 0.08 | 0.12 | 310.38 | 0.63 | 0.68 |
| Hex | E1 | 79 | CF | 0 | 2E | 8 | C | 136 | 3F | 44 |
| Octal | 341 | 171 | 317 | 0 | 56 | 10 | 14 | 466 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11001111 | 0 | 101110 | 1000 | 1100 | 100110110 | 111111 | 1000100 |
Color Harmonies of #E179CF
Complementary color
Monochromatic Colors of #E179CF
Black with #E179CF
Text Example
Text Example
White with #E179CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179CF; }
p { color: rgb(225,121,207); }
H1.HeaderClassName
{
color: #E179CF;
}
.AnyTagClassName
{
color: #E179CF;
}
</style>
background-color css
<style>
a { background-color: #E179CF; }
a { background-color: rgb(225,121,207); }
div.DivClassName
{
background-color: #E179CF;
}
.BgClassName
{
background-color: #E179CF;
}
</style>
border-color css
<style>
span { border-color: #E179CF; }
span { border-color: rgb(225,121,207); }
td.TdClassName
{
border-color: #E179CF;
}
.TagClassName
{
border-color: #E179CF;
}
</style>