Shades of Orchid #E17FDD
Tints of Orchid #E17FDD
RGB
CMYK
RGB Variations
Color information
#E17FDD (or 0xE17FDD) is known color: Orchid. HEX triplet: E1, 7F and DD. RGB value is (225,127,221). Sum of RGB (Red+Green+Blue) = 225+127+221=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDD is #1E8022. Grayscale: #A6A6A6. Windows color (decimal): -1998883 or 14516193. OLE color: 14516193.
HSL color Cylindrical-coordinate representation of color #E17FDD: hue angle of 302.45º 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 #E17FDD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 221 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.12 |
| HSL | 302.45º | 0.62% | 0.69% | - |
| HSV(B) | 302.45º | 0.44% | 0.88% | - |
| XYZ | 51.69 | 36.41 | 72.71 | - |
| YUV | 167.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 221 | 0 | 0.44 | 0.02 | 0.12 | 302.45 | 0.62 | 0.69 |
| Hex | E1 | 7F | DD | 0 | 2C | 2 | C | 12E | 3E | 45 |
| Octal | 341 | 177 | 335 | 0 | 54 | 2 | 14 | 456 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11011101 | 0 | 101100 | 10 | 1100 | 100101110 | 111110 | 1000101 |
Color Harmonies of #E17FDD
Complementary color
Monochromatic Colors of #E17FDD
Black with #E17FDD
Text Example
Text Example
White with #E17FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FDD; }
p { color: rgb(225,127,221); }
H1.HeaderClassName
{
color: #E17FDD;
}
.AnyTagClassName
{
color: #E17FDD;
}
</style>
background-color css
<style>
a { background-color: #E17FDD; }
a { background-color: rgb(225,127,221); }
div.DivClassName
{
background-color: #E17FDD;
}
.BgClassName
{
background-color: #E17FDD;
}
</style>
border-color css
<style>
span { border-color: #E17FDD; }
span { border-color: rgb(225,127,221); }
td.TdClassName
{
border-color: #E17FDD;
}
.TagClassName
{
border-color: #E17FDD;
}
</style>