Shades of Orchid #E17ECE
Tints of Orchid #E17ECE
RGB
CMYK
RGB Variations
Color information
#E17ECE (or 0xE17ECE) is known color: Orchid. HEX triplet: E1, 7E and CE. RGB value is (225,126,206). Sum of RGB (Red+Green+Blue) = 225+126+206=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ECE is #1E8131. Grayscale: #A4A4A4. Windows color (decimal): -1999154 or 13532897. OLE color: 13532897.
HSL color Cylindrical-coordinate representation of color #E17ECE: hue angle of 311.52º 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 #E17ECE is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 206 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.12 |
| HSL | 311.52º | 0.62% | 0.69% | - |
| HSV(B) | 311.52º | 0.44% | 0.88% | - |
| XYZ | 49.65 | 35.39 | 62.61 | - |
| YUV | 164.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 206 | 0 | 0.44 | 0.08 | 0.12 | 311.52 | 0.62 | 0.69 |
| Hex | E1 | 7E | CE | 0 | 2C | 8 | C | 138 | 3E | 45 |
| Octal | 341 | 176 | 316 | 0 | 54 | 10 | 14 | 470 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11001110 | 0 | 101100 | 1000 | 1100 | 100111000 | 111110 | 1000101 |
Color Harmonies of #E17ECE
Complementary color
Monochromatic Colors of #E17ECE
Black with #E17ECE
Text Example
Text Example
White with #E17ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ECE; }
p { color: rgb(225,126,206); }
H1.HeaderClassName
{
color: #E17ECE;
}
.AnyTagClassName
{
color: #E17ECE;
}
</style>
background-color css
<style>
a { background-color: #E17ECE; }
a { background-color: rgb(225,126,206); }
div.DivClassName
{
background-color: #E17ECE;
}
.BgClassName
{
background-color: #E17ECE;
}
</style>
border-color css
<style>
span { border-color: #E17ECE; }
span { border-color: rgb(225,126,206); }
td.TdClassName
{
border-color: #E17ECE;
}
.TagClassName
{
border-color: #E17ECE;
}
</style>