Shades of Orchid #E17ECD
Tints of Orchid #E17ECD
RGB
CMYK
RGB Variations
Color information
#E17ECD (or 0xE17ECD) is known color: Orchid. HEX triplet: E1, 7E and CD. RGB value is (225,126,205). Sum of RGB (Red+Green+Blue) = 225+126+205=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ECD is #1E8132. Grayscale: #A4A4A4. Windows color (decimal): -1999155 or 13467361. OLE color: 13467361.
HSL color Cylindrical-coordinate representation of color #E17ECD: hue angle of 312.12º 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 #E17ECD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 205 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.12 |
| HSL | 312.12º | 0.62% | 0.69% | - |
| HSV(B) | 312.12º | 0.44% | 0.88% | - |
| XYZ | 49.53 | 35.34 | 61.97 | - |
| YUV | 164.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 205 | 0 | 0.44 | 0.09 | 0.12 | 312.12 | 0.62 | 0.69 |
| Hex | E1 | 7E | CD | 0 | 2C | 9 | C | 138 | 3E | 45 |
| Octal | 341 | 176 | 315 | 0 | 54 | 11 | 14 | 470 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11001101 | 0 | 101100 | 1001 | 1100 | 100111000 | 111110 | 1000101 |
Color Harmonies of #E17ECD
Complementary color
Monochromatic Colors of #E17ECD
Black with #E17ECD
Text Example
Text Example
White with #E17ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ECD; }
p { color: rgb(225,126,205); }
H1.HeaderClassName
{
color: #E17ECD;
}
.AnyTagClassName
{
color: #E17ECD;
}
</style>
background-color css
<style>
a { background-color: #E17ECD; }
a { background-color: rgb(225,126,205); }
div.DivClassName
{
background-color: #E17ECD;
}
.BgClassName
{
background-color: #E17ECD;
}
</style>
border-color css
<style>
span { border-color: #E17ECD; }
span { border-color: rgb(225,126,205); }
td.TdClassName
{
border-color: #E17ECD;
}
.TagClassName
{
border-color: #E17ECD;
}
</style>