Shades of Orchid #E47DDF
Tints of Orchid #E47DDF
RGB
CMYK
RGB Variations
Color information
#E47DDF (or 0xE47DDF) is known color: Orchid. HEX triplet: E4, 7D and DF. RGB value is (228,125,223). Sum of RGB (Red+Green+Blue) = 228+125+223=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DDF is #1B8220. Grayscale: #A6A6A6. Windows color (decimal): -1802785 or 14646756. OLE color: 14646756.
HSL color Cylindrical-coordinate representation of color #E47DDF: hue angle of 302.91º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47DDF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 223 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.11 |
| HSL | 302.91º | 0.66% | 0.69% | - |
| HSV(B) | 302.91º | 0.45% | 0.89% | - |
| XYZ | 52.65 | 36.49 | 74.08 | - |
| YUV | 166.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 223 | 0 | 0.45 | 0.02 | 0.11 | 302.91 | 0.66 | 0.69 |
| Hex | E4 | 7D | DF | 0 | 2D | 2 | B | 12F | 42 | 45 |
| Octal | 344 | 175 | 337 | 0 | 55 | 2 | 13 | 457 | 102 | 105 |
| Binary | 11100100 | 1111101 | 11011111 | 0 | 101101 | 10 | 1011 | 100101111 | 1000010 | 1000101 |
Color Harmonies of #E47DDF
Complementary color
Monochromatic Colors of #E47DDF
Black with #E47DDF
Text Example
Text Example
White with #E47DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DDF; }
p { color: rgb(228,125,223); }
H1.HeaderClassName
{
color: #E47DDF;
}
.AnyTagClassName
{
color: #E47DDF;
}
</style>
background-color css
<style>
a { background-color: #E47DDF; }
a { background-color: rgb(228,125,223); }
div.DivClassName
{
background-color: #E47DDF;
}
.BgClassName
{
background-color: #E47DDF;
}
</style>
border-color css
<style>
span { border-color: #E47DDF; }
span { border-color: rgb(228,125,223); }
td.TdClassName
{
border-color: #E47DDF;
}
.TagClassName
{
border-color: #E47DDF;
}
</style>