Shades of Orchid #E47DCB
Tints of Orchid #E47DCB
RGB
CMYK
RGB Variations
Color information
#E47DCB (or 0xE47DCB) is known color: Orchid. HEX triplet: E4, 7D and CB. RGB value is (228,125,203). Sum of RGB (Red+Green+Blue) = 228+125+203=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DCB is #1B8234. Grayscale: #A4A4A4. Windows color (decimal): -1802805 or 13336036. OLE color: 13336036.
HSL color Cylindrical-coordinate representation of color #E47DCB: hue angle of 314.56º 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 #E47DCB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 203 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.11 |
| HSL | 314.56º | 0.66% | 0.69% | - |
| HSV(B) | 314.56º | 0.45% | 0.89% | - |
| XYZ | 50.11 | 35.47 | 60.71 | - |
| YUV | 164.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 203 | 0 | 0.45 | 0.11 | 0.11 | 314.56 | 0.66 | 0.69 |
| Hex | E4 | 7D | CB | 0 | 2D | B | B | 13B | 42 | 45 |
| Octal | 344 | 175 | 313 | 0 | 55 | 13 | 13 | 473 | 102 | 105 |
| Binary | 11100100 | 1111101 | 11001011 | 0 | 101101 | 1011 | 1011 | 100111011 | 1000010 | 1000101 |
Color Harmonies of #E47DCB
Complementary color
Monochromatic Colors of #E47DCB
Black with #E47DCB
Text Example
Text Example
White with #E47DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DCB; }
p { color: rgb(228,125,203); }
H1.HeaderClassName
{
color: #E47DCB;
}
.AnyTagClassName
{
color: #E47DCB;
}
</style>
background-color css
<style>
a { background-color: #E47DCB; }
a { background-color: rgb(228,125,203); }
div.DivClassName
{
background-color: #E47DCB;
}
.BgClassName
{
background-color: #E47DCB;
}
</style>
border-color css
<style>
span { border-color: #E47DCB; }
span { border-color: rgb(228,125,203); }
td.TdClassName
{
border-color: #E47DCB;
}
.TagClassName
{
border-color: #E47DCB;
}
</style>