Shades of Orchid #E47FDD
Tints of Orchid #E47FDD
RGB
CMYK
RGB Variations
Color information
#E47FDD (or 0xE47FDD) is known color: Orchid. HEX triplet: E4, 7F and DD. RGB value is (228,127,221). Sum of RGB (Red+Green+Blue) = 228+127+221=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FDD is #1B8022. Grayscale: #A7A7A7. Windows color (decimal): -1802275 or 14516196. OLE color: 14516196.
HSL color Cylindrical-coordinate representation of color #E47FDD: hue angle of 304.16º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FDD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 127 | 221 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 304.16º | 0.65% | 0.7% | - |
| HSV(B) | 304.16º | 0.44% | 0.89% | - |
| XYZ | 52.64 | 36.89 | 72.75 | - |
| YUV | 167.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 221 | 0 | 0.44 | 0.03 | 0.11 | 304.16 | 0.65 | 0.7 |
| Hex | E4 | 7F | DD | 0 | 2C | 3 | B | 130 | 41 | 46 |
| Octal | 344 | 177 | 335 | 0 | 54 | 3 | 13 | 460 | 101 | 106 |
| Binary | 11100100 | 1111111 | 11011101 | 0 | 101100 | 11 | 1011 | 100110000 | 1000001 | 1000110 |
Color Harmonies of #E47FDD
Complementary color
Monochromatic Colors of #E47FDD
Black with #E47FDD
Text Example
Text Example
White with #E47FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FDD; }
p { color: rgb(228,127,221); }
H1.HeaderClassName
{
color: #E47FDD;
}
.AnyTagClassName
{
color: #E47FDD;
}
</style>
background-color css
<style>
a { background-color: #E47FDD; }
a { background-color: rgb(228,127,221); }
div.DivClassName
{
background-color: #E47FDD;
}
.BgClassName
{
background-color: #E47FDD;
}
</style>
border-color css
<style>
span { border-color: #E47FDD; }
span { border-color: rgb(228,127,221); }
td.TdClassName
{
border-color: #E47FDD;
}
.TagClassName
{
border-color: #E47FDD;
}
</style>