Shades of Orchid #E17EDA
Tints of Orchid #E17EDA
RGB
CMYK
RGB Variations
Color information
#E17EDA (or 0xE17EDA) is known color: Orchid. HEX triplet: E1, 7E and DA. RGB value is (225,126,218). Sum of RGB (Red+Green+Blue) = 225+126+218=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EDA is #1E8125. Grayscale: #A5A5A5. Windows color (decimal): -1999142 or 14319329. OLE color: 14319329.
HSL color Cylindrical-coordinate representation of color #E17EDA: hue angle of 304.24º 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 #E17EDA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 218 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.12 |
| HSL | 304.24º | 0.62% | 0.69% | - |
| HSV(B) | 304.24º | 0.44% | 0.88% | - |
| XYZ | 51.17 | 35.99 | 70.58 | - |
| YUV | 166.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 218 | 0 | 0.44 | 0.03 | 0.12 | 304.24 | 0.62 | 0.69 |
| Hex | E1 | 7E | DA | 0 | 2C | 3 | C | 130 | 3E | 45 |
| Octal | 341 | 176 | 332 | 0 | 54 | 3 | 14 | 460 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11011010 | 0 | 101100 | 11 | 1100 | 100110000 | 111110 | 1000101 |
Color Harmonies of #E17EDA
Complementary color
Monochromatic Colors of #E17EDA
Black with #E17EDA
Text Example
Text Example
White with #E17EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EDA; }
p { color: rgb(225,126,218); }
H1.HeaderClassName
{
color: #E17EDA;
}
.AnyTagClassName
{
color: #E17EDA;
}
</style>
background-color css
<style>
a { background-color: #E17EDA; }
a { background-color: rgb(225,126,218); }
div.DivClassName
{
background-color: #E17EDA;
}
.BgClassName
{
background-color: #E17EDA;
}
</style>
border-color css
<style>
span { border-color: #E17EDA; }
span { border-color: rgb(225,126,218); }
td.TdClassName
{
border-color: #E17EDA;
}
.TagClassName
{
border-color: #E17EDA;
}
</style>