Shades of Orchid #E385D5
Tints of Orchid #E385D5
RGB
CMYK
RGB Variations
Color information
#E385D5 (or 0xE385D5) is known color: Orchid. HEX triplet: E3, 85 and D5. RGB value is (227,133,213). Sum of RGB (Red+Green+Blue) = 227+133+213=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E385D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385D5 is #1C7A2A. Grayscale: #AAAAAA. Windows color (decimal): -1866283 or 13993443. OLE color: 13993443.
HSL color Cylindrical-coordinate representation of color #E385D5: hue angle of 308.94º degrees, saturation: 0.63, 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 #E385D5 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 213 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.11 |
| HSL | 308.94º | 0.63% | 0.71% | - |
| HSV(B) | 308.94º | 0.41% | 0.89% | - |
| XYZ | 52.08 | 37.91 | 67.52 | - |
| YUV | 170.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 213 | 0 | 0.41 | 0.06 | 0.11 | 308.94 | 0.63 | 0.71 |
| Hex | E3 | 85 | D5 | 0 | 29 | 6 | B | 135 | 3F | 47 |
| Octal | 343 | 205 | 325 | 0 | 51 | 6 | 13 | 465 | 77 | 107 |
| Binary | 11100011 | 10000101 | 11010101 | 0 | 101001 | 110 | 1011 | 100110101 | 111111 | 1000111 |
Color Harmonies of #E385D5
Complementary color
Monochromatic Colors of #E385D5
Black with #E385D5
Text Example
Text Example
White with #E385D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385D5; }
p { color: rgb(227,133,213); }
H1.HeaderClassName
{
color: #E385D5;
}
.AnyTagClassName
{
color: #E385D5;
}
</style>
background-color css
<style>
a { background-color: #E385D5; }
a { background-color: rgb(227,133,213); }
div.DivClassName
{
background-color: #E385D5;
}
.BgClassName
{
background-color: #E385D5;
}
</style>
border-color css
<style>
span { border-color: #E385D5; }
span { border-color: rgb(227,133,213); }
td.TdClassName
{
border-color: #E385D5;
}
.TagClassName
{
border-color: #E385D5;
}
</style>