Shades of Orchid #E17FD1
Tints of Orchid #E17FD1
RGB
CMYK
RGB Variations
Color information
#E17FD1 (or 0xE17FD1) is known color: Orchid. HEX triplet: E1, 7F and D1. RGB value is (225,127,209). Sum of RGB (Red+Green+Blue) = 225+127+209=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FD1 is #1E802E. Grayscale: #A5A5A5. Windows color (decimal): -1998895 or 13729761. OLE color: 13729761.
HSL color Cylindrical-coordinate representation of color #E17FD1: hue angle of 309.8º 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 #E17FD1 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 209 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.12 |
| HSL | 309.8º | 0.62% | 0.69% | - |
| HSV(B) | 309.8º | 0.44% | 0.88% | - |
| XYZ | 50.15 | 35.79 | 64.59 | - |
| YUV | 165.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 209 | 0 | 0.44 | 0.07 | 0.12 | 309.8 | 0.62 | 0.69 |
| Hex | E1 | 7F | D1 | 0 | 2C | 7 | C | 136 | 3E | 45 |
| Octal | 341 | 177 | 321 | 0 | 54 | 7 | 14 | 466 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11010001 | 0 | 101100 | 111 | 1100 | 100110110 | 111110 | 1000101 |
Color Harmonies of #E17FD1
Complementary color
Monochromatic Colors of #E17FD1
Black with #E17FD1
Text Example
Text Example
White with #E17FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FD1; }
p { color: rgb(225,127,209); }
H1.HeaderClassName
{
color: #E17FD1;
}
.AnyTagClassName
{
color: #E17FD1;
}
</style>
background-color css
<style>
a { background-color: #E17FD1; }
a { background-color: rgb(225,127,209); }
div.DivClassName
{
background-color: #E17FD1;
}
.BgClassName
{
background-color: #E17FD1;
}
</style>
border-color css
<style>
span { border-color: #E17FD1; }
span { border-color: rgb(225,127,209); }
td.TdClassName
{
border-color: #E17FD1;
}
.TagClassName
{
border-color: #E17FD1;
}
</style>