Shades of Orchid #E17FD2
Tints of Orchid #E17FD2
RGB
CMYK
RGB Variations
Color information
#E17FD2 (or 0xE17FD2) is known color: Orchid. HEX triplet: E1, 7F and D2. RGB value is (225,127,210). Sum of RGB (Red+Green+Blue) = 225+127+210=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FD2 is #1E802D. Grayscale: #A5A5A5. Windows color (decimal): -1998894 or 13795297. OLE color: 13795297.
HSL color Cylindrical-coordinate representation of color #E17FD2: hue angle of 309.18º 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 #E17FD2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 210 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.12 |
| HSL | 309.18º | 0.62% | 0.69% | - |
| HSV(B) | 309.18º | 0.44% | 0.88% | - |
| XYZ | 50.27 | 35.84 | 65.24 | - |
| YUV | 165.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 210 | 0 | 0.44 | 0.07 | 0.12 | 309.18 | 0.62 | 0.69 |
| Hex | E1 | 7F | D2 | 0 | 2C | 7 | C | 135 | 3E | 45 |
| Octal | 341 | 177 | 322 | 0 | 54 | 7 | 14 | 465 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11010010 | 0 | 101100 | 111 | 1100 | 100110101 | 111110 | 1000101 |
Color Harmonies of #E17FD2
Complementary color
Monochromatic Colors of #E17FD2
Black with #E17FD2
Text Example
Text Example
White with #E17FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FD2; }
p { color: rgb(225,127,210); }
H1.HeaderClassName
{
color: #E17FD2;
}
.AnyTagClassName
{
color: #E17FD2;
}
</style>
background-color css
<style>
a { background-color: #E17FD2; }
a { background-color: rgb(225,127,210); }
div.DivClassName
{
background-color: #E17FD2;
}
.BgClassName
{
background-color: #E17FD2;
}
</style>
border-color css
<style>
span { border-color: #E17FD2; }
span { border-color: rgb(225,127,210); }
td.TdClassName
{
border-color: #E17FD2;
}
.TagClassName
{
border-color: #E17FD2;
}
</style>