Shades of Orchid #E17EDC
Tints of Orchid #E17EDC
RGB
CMYK
RGB Variations
Color information
#E17EDC (or 0xE17EDC) is known color: Orchid. HEX triplet: E1, 7E and DC. RGB value is (225,126,220). Sum of RGB (Red+Green+Blue) = 225+126+220=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EDC is #1E8123. Grayscale: #A6A6A6. Windows color (decimal): -1999140 or 14450401. OLE color: 14450401.
HSL color Cylindrical-coordinate representation of color #E17EDC: hue angle of 303.03º 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 #E17EDC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 220 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.12 |
| HSL | 303.03º | 0.62% | 0.69% | - |
| HSV(B) | 303.03º | 0.44% | 0.88% | - |
| XYZ | 51.43 | 36.1 | 71.97 | - |
| YUV | 166.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 220 | 0 | 0.44 | 0.02 | 0.12 | 303.03 | 0.62 | 0.69 |
| Hex | E1 | 7E | DC | 0 | 2C | 2 | C | 12F | 3E | 45 |
| Octal | 341 | 176 | 334 | 0 | 54 | 2 | 14 | 457 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11011100 | 0 | 101100 | 10 | 1100 | 100101111 | 111110 | 1000101 |
Color Harmonies of #E17EDC
Complementary color
Monochromatic Colors of #E17EDC
Black with #E17EDC
Text Example
Text Example
White with #E17EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EDC; }
p { color: rgb(225,126,220); }
H1.HeaderClassName
{
color: #E17EDC;
}
.AnyTagClassName
{
color: #E17EDC;
}
</style>
background-color css
<style>
a { background-color: #E17EDC; }
a { background-color: rgb(225,126,220); }
div.DivClassName
{
background-color: #E17EDC;
}
.BgClassName
{
background-color: #E17EDC;
}
</style>
border-color css
<style>
span { border-color: #E17EDC; }
span { border-color: rgb(225,126,220); }
td.TdClassName
{
border-color: #E17EDC;
}
.TagClassName
{
border-color: #E17EDC;
}
</style>