Shades of Orchid #E47DDC
Tints of Orchid #E47DDC
RGB
CMYK
RGB Variations
Color information
#E47DDC (or 0xE47DDC) is known color: Orchid. HEX triplet: E4, 7D and DC. RGB value is (228,125,220). Sum of RGB (Red+Green+Blue) = 228+125+220=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DDC is #1B8223. Grayscale: #A6A6A6. Windows color (decimal): -1802788 or 14450148. OLE color: 14450148.
HSL color Cylindrical-coordinate representation of color #E47DDC: hue angle of 304.66º 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 #E47DDC is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 220 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.11 |
| HSL | 304.66º | 0.66% | 0.69% | - |
| HSV(B) | 304.66º | 0.45% | 0.89% | - |
| XYZ | 52.25 | 36.33 | 71.97 | - |
| YUV | 166.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 220 | 0 | 0.45 | 0.04 | 0.11 | 304.66 | 0.66 | 0.69 |
| Hex | E4 | 7D | DC | 0 | 2D | 4 | B | 131 | 42 | 45 |
| Octal | 344 | 175 | 334 | 0 | 55 | 4 | 13 | 461 | 102 | 105 |
| Binary | 11100100 | 1111101 | 11011100 | 0 | 101101 | 100 | 1011 | 100110001 | 1000010 | 1000101 |
Color Harmonies of #E47DDC
Complementary color
Monochromatic Colors of #E47DDC
Black with #E47DDC
Text Example
Text Example
White with #E47DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DDC; }
p { color: rgb(228,125,220); }
H1.HeaderClassName
{
color: #E47DDC;
}
.AnyTagClassName
{
color: #E47DDC;
}
</style>
background-color css
<style>
a { background-color: #E47DDC; }
a { background-color: rgb(228,125,220); }
div.DivClassName
{
background-color: #E47DDC;
}
.BgClassName
{
background-color: #E47DDC;
}
</style>
border-color css
<style>
span { border-color: #E47DDC; }
span { border-color: rgb(228,125,220); }
td.TdClassName
{
border-color: #E47DDC;
}
.TagClassName
{
border-color: #E47DDC;
}
</style>