Shades of Orchid #E179DE
Tints of Orchid #E179DE
RGB
CMYK
RGB Variations
Color information
#E179DE (or 0xE179DE) is known color: Orchid. HEX triplet: E1, 79 and DE. RGB value is (225,121,222). Sum of RGB (Red+Green+Blue) = 225+121+222=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E179DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179DE is #1E8621. Grayscale: #A3A3A3. Windows color (decimal): -2000418 or 14580193. OLE color: 14580193.
HSL color Cylindrical-coordinate representation of color #E179DE: hue angle of 301.73º 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 #E179DE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 222 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.12 |
| HSL | 301.73º | 0.63% | 0.68% | - |
| HSV(B) | 301.73º | 0.46% | 0.88% | - |
| XYZ | 51.07 | 34.96 | 73.16 | - |
| YUV | 163.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 222 | 0 | 0.46 | 0.01 | 0.12 | 301.73 | 0.63 | 0.68 |
| Hex | E1 | 79 | DE | 0 | 2E | 1 | C | 12E | 3F | 44 |
| Octal | 341 | 171 | 336 | 0 | 56 | 1 | 14 | 456 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11011110 | 0 | 101110 | 1 | 1100 | 100101110 | 111111 | 1000100 |
Color Harmonies of #E179DE
Complementary color
Monochromatic Colors of #E179DE
Black with #E179DE
Text Example
Text Example
White with #E179DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179DE; }
p { color: rgb(225,121,222); }
H1.HeaderClassName
{
color: #E179DE;
}
.AnyTagClassName
{
color: #E179DE;
}
</style>
background-color css
<style>
a { background-color: #E179DE; }
a { background-color: rgb(225,121,222); }
div.DivClassName
{
background-color: #E179DE;
}
.BgClassName
{
background-color: #E179DE;
}
</style>
border-color css
<style>
span { border-color: #E179DE; }
span { border-color: rgb(225,121,222); }
td.TdClassName
{
border-color: #E179DE;
}
.TagClassName
{
border-color: #E179DE;
}
</style>