Shades of Orchid #E17EDD
Tints of Orchid #E17EDD
RGB
CMYK
RGB Variations
Color information
#E17EDD (or 0xE17EDD) is known color: Orchid. HEX triplet: E1, 7E and DD. RGB value is (225,126,221). Sum of RGB (Red+Green+Blue) = 225+126+221=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EDD is #1E8122. Grayscale: #A6A6A6. Windows color (decimal): -1999139 or 14515937. OLE color: 14515937.
HSL color Cylindrical-coordinate representation of color #E17EDD: hue angle of 302.42º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EDD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 221 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.12 |
| HSL | 302.42º | 0.62% | 0.69% | - |
| HSV(B) | 302.42º | 0.44% | 0.88% | - |
| XYZ | 51.56 | 36.15 | 72.67 | - |
| YUV | 166.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 221 | 0 | 0.44 | 0.02 | 0.12 | 302.42 | 0.62 | 0.69 |
| Hex | E1 | 7E | DD | 0 | 2C | 2 | C | 12E | 3E | 45 |
| Octal | 341 | 176 | 335 | 0 | 54 | 2 | 14 | 456 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11011101 | 0 | 101100 | 10 | 1100 | 100101110 | 111110 | 1000101 |
Color Harmonies of #E17EDD
Complementary color
Monochromatic Colors of #E17EDD
Black with #E17EDD
Text Example
Text Example
White with #E17EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EDD; }
p { color: rgb(225,126,221); }
H1.HeaderClassName
{
color: #E17EDD;
}
.AnyTagClassName
{
color: #E17EDD;
}
</style>
background-color css
<style>
a { background-color: #E17EDD; }
a { background-color: rgb(225,126,221); }
div.DivClassName
{
background-color: #E17EDD;
}
.BgClassName
{
background-color: #E17EDD;
}
</style>
border-color css
<style>
span { border-color: #E17EDD; }
span { border-color: rgb(225,126,221); }
td.TdClassName
{
border-color: #E17EDD;
}
.TagClassName
{
border-color: #E17EDD;
}
</style>