Shades of Orchid #E177DA
Tints of Orchid #E177DA
RGB
CMYK
RGB Variations
Color information
#E177DA (or 0xE177DA) is known color: Orchid. HEX triplet: E1, 77 and DA. RGB value is (225,119,218). Sum of RGB (Red+Green+Blue) = 225+119+218=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E177DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177DA is #1E8825. Grayscale: #A1A1A1. Windows color (decimal): -2000934 or 14317537. OLE color: 14317537.
HSL color Cylindrical-coordinate representation of color #E177DA: hue angle of 303.96º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177DA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 218 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.12 |
| HSL | 303.96º | 0.64% | 0.67% | - |
| HSV(B) | 303.96º | 0.47% | 0.88% | - |
| XYZ | 50.3 | 34.26 | 70.29 | - |
| YUV | 161.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 218 | 0 | 0.47 | 0.03 | 0.12 | 303.96 | 0.64 | 0.67 |
| Hex | E1 | 77 | DA | 0 | 2F | 3 | C | 130 | 40 | 43 |
| Octal | 341 | 167 | 332 | 0 | 57 | 3 | 14 | 460 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11011010 | 0 | 101111 | 11 | 1100 | 100110000 | 1000000 | 1000011 |
Color Harmonies of #E177DA
Complementary color
Monochromatic Colors of #E177DA
Black with #E177DA
Text Example
Text Example
White with #E177DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177DA; }
p { color: rgb(225,119,218); }
H1.HeaderClassName
{
color: #E177DA;
}
.AnyTagClassName
{
color: #E177DA;
}
</style>
background-color css
<style>
a { background-color: #E177DA; }
a { background-color: rgb(225,119,218); }
div.DivClassName
{
background-color: #E177DA;
}
.BgClassName
{
background-color: #E177DA;
}
</style>
border-color css
<style>
span { border-color: #E177DA; }
span { border-color: rgb(225,119,218); }
td.TdClassName
{
border-color: #E177DA;
}
.TagClassName
{
border-color: #E177DA;
}
</style>