Shades of Orchid #E17DD5
Tints of Orchid #E17DD5
RGB
CMYK
RGB Variations
Color information
#E17DD5 (or 0xE17DD5) is known color: Orchid. HEX triplet: E1, 7D and D5. RGB value is (225,125,213). Sum of RGB (Red+Green+Blue) = 225+125+213=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DD5 is #1E822A. Grayscale: #A4A4A4. Windows color (decimal): -1999403 or 13991393. OLE color: 13991393.
HSL color Cylindrical-coordinate representation of color #E17DD5: hue angle of 307.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 #E17DD5 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 213 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.12 |
| HSL | 307.2º | 0.63% | 0.69% | - |
| HSV(B) | 307.2º | 0.44% | 0.88% | - |
| XYZ | 50.4 | 35.48 | 67.14 | - |
| YUV | 164.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 213 | 0 | 0.44 | 0.05 | 0.12 | 307.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | D5 | 0 | 2C | 5 | C | 133 | 3E | 45 |
| Octal | 341 | 175 | 325 | 0 | 54 | 5 | 14 | 463 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11010101 | 0 | 101100 | 101 | 1100 | 100110011 | 111110 | 1000101 |
Color Harmonies of #E17DD5
Complementary color
Monochromatic Colors of #E17DD5
Black with #E17DD5
Text Example
Text Example
White with #E17DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DD5; }
p { color: rgb(225,125,213); }
H1.HeaderClassName
{
color: #E17DD5;
}
.AnyTagClassName
{
color: #E17DD5;
}
</style>
background-color css
<style>
a { background-color: #E17DD5; }
a { background-color: rgb(225,125,213); }
div.DivClassName
{
background-color: #E17DD5;
}
.BgClassName
{
background-color: #E17DD5;
}
</style>
border-color css
<style>
span { border-color: #E17DD5; }
span { border-color: rgb(225,125,213); }
td.TdClassName
{
border-color: #E17DD5;
}
.TagClassName
{
border-color: #E17DD5;
}
</style>