Shades of Orchid #E17DDA
Tints of Orchid #E17DDA
RGB
CMYK
RGB Variations
Color information
#E17DDA (or 0xE17DDA) is known color: Orchid. HEX triplet: E1, 7D and DA. RGB value is (225,125,218). Sum of RGB (Red+Green+Blue) = 225+125+218=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDA is #1E8225. Grayscale: #A5A5A5. Windows color (decimal): -1999398 or 14319073. OLE color: 14319073.
HSL color Cylindrical-coordinate representation of color #E17DDA: hue angle of 304.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 #E17DDA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 218 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.12 |
| HSL | 304.2º | 0.63% | 0.69% | - |
| HSV(B) | 304.2º | 0.44% | 0.88% | - |
| XYZ | 51.04 | 35.74 | 70.54 | - |
| YUV | 165.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 218 | 0 | 0.44 | 0.03 | 0.12 | 304.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | DA | 0 | 2C | 3 | C | 130 | 3E | 45 |
| Octal | 341 | 175 | 332 | 0 | 54 | 3 | 14 | 460 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11011010 | 0 | 101100 | 11 | 1100 | 100110000 | 111110 | 1000101 |
Color Harmonies of #E17DDA
Complementary color
Monochromatic Colors of #E17DDA
Black with #E17DDA
Text Example
Text Example
White with #E17DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DDA; }
p { color: rgb(225,125,218); }
H1.HeaderClassName
{
color: #E17DDA;
}
.AnyTagClassName
{
color: #E17DDA;
}
</style>
background-color css
<style>
a { background-color: #E17DDA; }
a { background-color: rgb(225,125,218); }
div.DivClassName
{
background-color: #E17DDA;
}
.BgClassName
{
background-color: #E17DDA;
}
</style>
border-color css
<style>
span { border-color: #E17DDA; }
span { border-color: rgb(225,125,218); }
td.TdClassName
{
border-color: #E17DDA;
}
.TagClassName
{
border-color: #E17DDA;
}
</style>