Shades of Orchid #E17DCB
Tints of Orchid #E17DCB
RGB
CMYK
RGB Variations
Color information
#E17DCB (or 0xE17DCB) is known color: Orchid. HEX triplet: E1, 7D and CB. RGB value is (225,125,203). Sum of RGB (Red+Green+Blue) = 225+125+203=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DCB is #1E8234. Grayscale: #A3A3A3. Windows color (decimal): -1999413 or 13336033. OLE color: 13336033.
HSL color Cylindrical-coordinate representation of color #E17DCB: hue angle of 313.2º 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 #E17DCB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 203 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.12 |
| HSL | 313.2º | 0.63% | 0.69% | - |
| HSV(B) | 313.2º | 0.44% | 0.88% | - |
| XYZ | 49.16 | 34.99 | 60.66 | - |
| YUV | 163.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 203 | 0 | 0.44 | 0.10 | 0.12 | 313.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | CB | 0 | 2C | A | C | 139 | 3E | 45 |
| Octal | 341 | 175 | 313 | 0 | 54 | 12 | 14 | 471 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11001011 | 0 | 101100 | 1010 | 1100 | 100111001 | 111110 | 1000101 |
Color Harmonies of #E17DCB
Complementary color
Monochromatic Colors of #E17DCB
Black with #E17DCB
Text Example
Text Example
White with #E17DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DCB; }
p { color: rgb(225,125,203); }
H1.HeaderClassName
{
color: #E17DCB;
}
.AnyTagClassName
{
color: #E17DCB;
}
</style>
background-color css
<style>
a { background-color: #E17DCB; }
a { background-color: rgb(225,125,203); }
div.DivClassName
{
background-color: #E17DCB;
}
.BgClassName
{
background-color: #E17DCB;
}
</style>
border-color css
<style>
span { border-color: #E17DCB; }
span { border-color: rgb(225,125,203); }
td.TdClassName
{
border-color: #E17DCB;
}
.TagClassName
{
border-color: #E17DCB;
}
</style>