Shades of Orchid #E179CC
Tints of Orchid #E179CC
RGB
CMYK
RGB Variations
Color information
#E179CC (or 0xE179CC) is known color: Orchid. HEX triplet: E1, 79 and CC. RGB value is (225,121,204). Sum of RGB (Red+Green+Blue) = 225+121+204=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E179CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179CC is #1E8633. Grayscale: #A1A1A1. Windows color (decimal): -2000436 or 13400545. OLE color: 13400545.
HSL color Cylindrical-coordinate representation of color #E179CC: hue angle of 312.12º 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 #E179CC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 204 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.12 |
| HSL | 312.12º | 0.63% | 0.68% | - |
| HSV(B) | 312.12º | 0.46% | 0.88% | - |
| XYZ | 48.79 | 34.04 | 61.13 | - |
| YUV | 161.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 204 | 0 | 0.46 | 0.09 | 0.12 | 312.12 | 0.63 | 0.68 |
| Hex | E1 | 79 | CC | 0 | 2E | 9 | C | 138 | 3F | 44 |
| Octal | 341 | 171 | 314 | 0 | 56 | 11 | 14 | 470 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11001100 | 0 | 101110 | 1001 | 1100 | 100111000 | 111111 | 1000100 |
Color Harmonies of #E179CC
Complementary color
Monochromatic Colors of #E179CC
Black with #E179CC
Text Example
Text Example
White with #E179CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179CC; }
p { color: rgb(225,121,204); }
H1.HeaderClassName
{
color: #E179CC;
}
.AnyTagClassName
{
color: #E179CC;
}
</style>
background-color css
<style>
a { background-color: #E179CC; }
a { background-color: rgb(225,121,204); }
div.DivClassName
{
background-color: #E179CC;
}
.BgClassName
{
background-color: #E179CC;
}
</style>
border-color css
<style>
span { border-color: #E179CC; }
span { border-color: rgb(225,121,204); }
td.TdClassName
{
border-color: #E179CC;
}
.TagClassName
{
border-color: #E179CC;
}
</style>