Shades of Orchid #E179E0
Tints of Orchid #E179E0
RGB
CMYK
RGB Variations
Color information
#E179E0 (or 0xE179E0) is known color: Orchid. HEX triplet: E1, 79 and E0. RGB value is (225,121,224). Sum of RGB (Red+Green+Blue) = 225+121+224=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E179E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179E0 is #1E861F. Grayscale: #A3A3A3. Windows color (decimal): -2000416 or 14711265. OLE color: 14711265.
HSL color Cylindrical-coordinate representation of color #E179E0: hue angle of 300.58º 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 #E179E0 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 224 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.12 |
| HSL | 300.58º | 0.63% | 0.68% | - |
| HSV(B) | 300.58º | 0.46% | 0.88% | - |
| XYZ | 51.34 | 35.06 | 74.58 | - |
| YUV | 163.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 224 | 0 | 0.46 | 0.00 | 0.12 | 300.58 | 0.63 | 0.68 |
| Hex | E1 | 79 | E0 | 0 | 2E | 0 | C | 12D | 3F | 44 |
| Octal | 341 | 171 | 340 | 0 | 56 | 0 | 14 | 455 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11100000 | 0 | 101110 | 0 | 1100 | 100101101 | 111111 | 1000100 |
Color Harmonies of #E179E0
Complementary color
Monochromatic Colors of #E179E0
Black with #E179E0
Text Example
Text Example
White with #E179E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179E0; }
p { color: rgb(225,121,224); }
H1.HeaderClassName
{
color: #E179E0;
}
.AnyTagClassName
{
color: #E179E0;
}
</style>
background-color css
<style>
a { background-color: #E179E0; }
a { background-color: rgb(225,121,224); }
div.DivClassName
{
background-color: #E179E0;
}
.BgClassName
{
background-color: #E179E0;
}
</style>
border-color css
<style>
span { border-color: #E179E0; }
span { border-color: rgb(225,121,224); }
td.TdClassName
{
border-color: #E179E0;
}
.TagClassName
{
border-color: #E179E0;
}
</style>