Shades of Orchid #E47BDF
Tints of Orchid #E47BDF
RGB
CMYK
RGB Variations
Color information
#E47BDF (or 0xE47BDF) is known color: Orchid. HEX triplet: E4, 7B and DF. RGB value is (228,123,223). Sum of RGB (Red+Green+Blue) = 228+123+223=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BDF is #1B8420. Grayscale: #A5A5A5. Windows color (decimal): -1803297 or 14646244. OLE color: 14646244.
HSL color Cylindrical-coordinate representation of color #E47BDF: hue angle of 302.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47BDF is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 223 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.11 |
| HSL | 302.86º | 0.66% | 0.69% | - |
| HSV(B) | 302.86º | 0.46% | 0.89% | - |
| XYZ | 52.4 | 35.99 | 74 | - |
| YUV | 165.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 223 | 0 | 0.46 | 0.02 | 0.11 | 302.86 | 0.66 | 0.69 |
| Hex | E4 | 7B | DF | 0 | 2E | 2 | B | 12F | 42 | 45 |
| Octal | 344 | 173 | 337 | 0 | 56 | 2 | 13 | 457 | 102 | 105 |
| Binary | 11100100 | 1111011 | 11011111 | 0 | 101110 | 10 | 1011 | 100101111 | 1000010 | 1000101 |
Color Harmonies of #E47BDF
Complementary color
Monochromatic Colors of #E47BDF
Black with #E47BDF
Text Example
Text Example
White with #E47BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BDF; }
p { color: rgb(228,123,223); }
H1.HeaderClassName
{
color: #E47BDF;
}
.AnyTagClassName
{
color: #E47BDF;
}
</style>
background-color css
<style>
a { background-color: #E47BDF; }
a { background-color: rgb(228,123,223); }
div.DivClassName
{
background-color: #E47BDF;
}
.BgClassName
{
background-color: #E47BDF;
}
</style>
border-color css
<style>
span { border-color: #E47BDF; }
span { border-color: rgb(228,123,223); }
td.TdClassName
{
border-color: #E47BDF;
}
.TagClassName
{
border-color: #E47BDF;
}
</style>