Shades of Orchid #E387D5
Tints of Orchid #E387D5
RGB
CMYK
RGB Variations
Color information
#E387D5 (or 0xE387D5) is known color: Orchid. HEX triplet: E3, 87 and D5. RGB value is (227,135,213). Sum of RGB (Red+Green+Blue) = 227+135+213=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E387D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387D5 is #1C782A. Grayscale: #ABABAB. Windows color (decimal): -1865771 or 13993955. OLE color: 13993955.
HSL color Cylindrical-coordinate representation of color #E387D5: hue angle of 309.13º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E387D5 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 213 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.11 |
| HSL | 309.13º | 0.62% | 0.71% | - |
| HSV(B) | 309.13º | 0.41% | 0.89% | - |
| XYZ | 52.35 | 38.46 | 67.62 | - |
| YUV | 171.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 213 | 0 | 0.41 | 0.06 | 0.11 | 309.13 | 0.62 | 0.71 |
| Hex | E3 | 87 | D5 | 0 | 29 | 6 | B | 135 | 3E | 47 |
| Octal | 343 | 207 | 325 | 0 | 51 | 6 | 13 | 465 | 76 | 107 |
| Binary | 11100011 | 10000111 | 11010101 | 0 | 101001 | 110 | 1011 | 100110101 | 111110 | 1000111 |
Color Harmonies of #E387D5
Complementary color
Monochromatic Colors of #E387D5
Black with #E387D5
Text Example
Text Example
White with #E387D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E387D5; }
p { color: rgb(227,135,213); }
H1.HeaderClassName
{
color: #E387D5;
}
.AnyTagClassName
{
color: #E387D5;
}
</style>
background-color css
<style>
a { background-color: #E387D5; }
a { background-color: rgb(227,135,213); }
div.DivClassName
{
background-color: #E387D5;
}
.BgClassName
{
background-color: #E387D5;
}
</style>
border-color css
<style>
span { border-color: #E387D5; }
span { border-color: rgb(227,135,213); }
td.TdClassName
{
border-color: #E387D5;
}
.TagClassName
{
border-color: #E387D5;
}
</style>