Shades of Orchid #E385D2
Tints of Orchid #E385D2
RGB
CMYK
RGB Variations
Color information
#E385D2 (or 0xE385D2) is known color: Orchid. HEX triplet: E3, 85 and D2. RGB value is (227,133,210). Sum of RGB (Red+Green+Blue) = 227+133+210=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E385D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385D2 is #1C7A2D. Grayscale: #A9A9A9. Windows color (decimal): -1866286 or 13796835. OLE color: 13796835.
HSL color Cylindrical-coordinate representation of color #E385D2: hue angle of 310.85º 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 #E385D2 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 210 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.11 |
| HSL | 310.85º | 0.63% | 0.71% | - |
| HSV(B) | 310.85º | 0.41% | 0.89% | - |
| XYZ | 51.7 | 37.76 | 65.54 | - |
| YUV | 169.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 210 | 0 | 0.41 | 0.07 | 0.11 | 310.85 | 0.63 | 0.71 |
| Hex | E3 | 85 | D2 | 0 | 29 | 7 | B | 137 | 3F | 47 |
| Octal | 343 | 205 | 322 | 0 | 51 | 7 | 13 | 467 | 77 | 107 |
| Binary | 11100011 | 10000101 | 11010010 | 0 | 101001 | 111 | 1011 | 100110111 | 111111 | 1000111 |
Color Harmonies of #E385D2
Complementary color
Monochromatic Colors of #E385D2
Black with #E385D2
Text Example
Text Example
White with #E385D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385D2; }
p { color: rgb(227,133,210); }
H1.HeaderClassName
{
color: #E385D2;
}
.AnyTagClassName
{
color: #E385D2;
}
</style>
background-color css
<style>
a { background-color: #E385D2; }
a { background-color: rgb(227,133,210); }
div.DivClassName
{
background-color: #E385D2;
}
.BgClassName
{
background-color: #E385D2;
}
</style>
border-color css
<style>
span { border-color: #E385D2; }
span { border-color: rgb(227,133,210); }
td.TdClassName
{
border-color: #E385D2;
}
.TagClassName
{
border-color: #E385D2;
}
</style>