Shades of Orchid #E17DD2
Tints of Orchid #E17DD2
RGB
CMYK
RGB Variations
Color information
#E17DD2 (or 0xE17DD2) is known color: Orchid. HEX triplet: E1, 7D and D2. RGB value is (225,125,210). Sum of RGB (Red+Green+Blue) = 225+125+210=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DD2 is #1E822D. Grayscale: #A4A4A4. Windows color (decimal): -1999406 or 13794785. OLE color: 13794785.
HSL color Cylindrical-coordinate representation of color #E17DD2: hue angle of 309º 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 #E17DD2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 210 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.12 |
| HSL | 309º | 0.63% | 0.69% | - |
| HSV(B) | 309º | 0.44% | 0.88% | - |
| XYZ | 50.02 | 35.33 | 65.16 | - |
| YUV | 164.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 210 | 0 | 0.44 | 0.07 | 0.12 | 309 | 0.63 | 0.69 |
| Hex | E1 | 7D | D2 | 0 | 2C | 7 | C | 135 | 3E | 45 |
| Octal | 341 | 175 | 322 | 0 | 54 | 7 | 14 | 465 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11010010 | 0 | 101100 | 111 | 1100 | 100110101 | 111110 | 1000101 |
Color Harmonies of #E17DD2
Complementary color
Monochromatic Colors of #E17DD2
Black with #E17DD2
Text Example
Text Example
White with #E17DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DD2; }
p { color: rgb(225,125,210); }
H1.HeaderClassName
{
color: #E17DD2;
}
.AnyTagClassName
{
color: #E17DD2;
}
</style>
background-color css
<style>
a { background-color: #E17DD2; }
a { background-color: rgb(225,125,210); }
div.DivClassName
{
background-color: #E17DD2;
}
.BgClassName
{
background-color: #E17DD2;
}
</style>
border-color css
<style>
span { border-color: #E17DD2; }
span { border-color: rgb(225,125,210); }
td.TdClassName
{
border-color: #E17DD2;
}
.TagClassName
{
border-color: #E17DD2;
}
</style>