Shades of Orchid #E384DB
Tints of Orchid #E384DB
RGB
CMYK
RGB Variations
Color information
#E384DB (or 0xE384DB) is known color: Orchid. HEX triplet: E3, 84 and DB. RGB value is (227,132,219). Sum of RGB (Red+Green+Blue) = 227+132+219=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E384DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384DB is #1C7B24. Grayscale: #AAAAAA. Windows color (decimal): -1866533 or 14386403. OLE color: 14386403.
HSL color Cylindrical-coordinate representation of color #E384DB: hue angle of 305.05º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384DB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 219 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.11 |
| HSL | 305.05º | 0.63% | 0.7% | - |
| HSV(B) | 305.05º | 0.42% | 0.89% | - |
| XYZ | 52.72 | 37.95 | 71.56 | - |
| YUV | 170.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 219 | 0 | 0.42 | 0.04 | 0.11 | 305.05 | 0.63 | 0.7 |
| Hex | E3 | 84 | DB | 0 | 2A | 4 | B | 131 | 3F | 46 |
| Octal | 343 | 204 | 333 | 0 | 52 | 4 | 13 | 461 | 77 | 106 |
| Binary | 11100011 | 10000100 | 11011011 | 0 | 101010 | 100 | 1011 | 100110001 | 111111 | 1000110 |
Color Harmonies of #E384DB
Complementary color
Monochromatic Colors of #E384DB
Black with #E384DB
Text Example
Text Example
White with #E384DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384DB; }
p { color: rgb(227,132,219); }
H1.HeaderClassName
{
color: #E384DB;
}
.AnyTagClassName
{
color: #E384DB;
}
</style>
background-color css
<style>
a { background-color: #E384DB; }
a { background-color: rgb(227,132,219); }
div.DivClassName
{
background-color: #E384DB;
}
.BgClassName
{
background-color: #E384DB;
}
</style>
border-color css
<style>
span { border-color: #E384DB; }
span { border-color: rgb(227,132,219); }
td.TdClassName
{
border-color: #E384DB;
}
.TagClassName
{
border-color: #E384DB;
}
</style>