Shades of Orchid #E17DCE
Tints of Orchid #E17DCE
RGB
CMYK
RGB Variations
Color information
#E17DCE (or 0xE17DCE) is known color: Orchid. HEX triplet: E1, 7D and CE. RGB value is (225,125,206). Sum of RGB (Red+Green+Blue) = 225+125+206=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DCE is #1E8231. Grayscale: #A3A3A3. Windows color (decimal): -1999410 or 13532641. OLE color: 13532641.
HSL color Cylindrical-coordinate representation of color #E17DCE: hue angle of 311.4º 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 #E17DCE is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 206 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.12 |
| HSL | 311.4º | 0.63% | 0.69% | - |
| HSV(B) | 311.4º | 0.44% | 0.88% | - |
| XYZ | 49.53 | 35.13 | 62.56 | - |
| YUV | 164.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 206 | 0 | 0.44 | 0.08 | 0.12 | 311.4 | 0.63 | 0.69 |
| Hex | E1 | 7D | CE | 0 | 2C | 8 | C | 137 | 3E | 45 |
| Octal | 341 | 175 | 316 | 0 | 54 | 10 | 14 | 467 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11001110 | 0 | 101100 | 1000 | 1100 | 100110111 | 111110 | 1000101 |
Color Harmonies of #E17DCE
Complementary color
Monochromatic Colors of #E17DCE
Black with #E17DCE
Text Example
Text Example
White with #E17DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DCE; }
p { color: rgb(225,125,206); }
H1.HeaderClassName
{
color: #E17DCE;
}
.AnyTagClassName
{
color: #E17DCE;
}
</style>
background-color css
<style>
a { background-color: #E17DCE; }
a { background-color: rgb(225,125,206); }
div.DivClassName
{
background-color: #E17DCE;
}
.BgClassName
{
background-color: #E17DCE;
}
</style>
border-color css
<style>
span { border-color: #E17DCE; }
span { border-color: rgb(225,125,206); }
td.TdClassName
{
border-color: #E17DCE;
}
.TagClassName
{
border-color: #E17DCE;
}
</style>