Shades of Orchid #E383DA
Tints of Orchid #E383DA
RGB
CMYK
RGB Variations
Color information
#E383DA (or 0xE383DA) is known color: Orchid. HEX triplet: E3, 83 and DA. RGB value is (227,131,218). Sum of RGB (Red+Green+Blue) = 227+131+218=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E383DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383DA is #1C7C25. Grayscale: #A9A9A9. Windows color (decimal): -1866790 or 14320611. OLE color: 14320611.
HSL color Cylindrical-coordinate representation of color #E383DA: hue angle of 305.62º 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 #E383DA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 218 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.11 |
| HSL | 305.63º | 0.63% | 0.7% | - |
| HSV(B) | 305.63º | 0.42% | 0.89% | - |
| XYZ | 52.45 | 37.63 | 70.83 | - |
| YUV | 169.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 218 | 0 | 0.42 | 0.04 | 0.11 | 305.63 | 0.63 | 0.7 |
| Hex | E3 | 83 | DA | 0 | 2A | 4 | B | 132 | 3F | 46 |
| Octal | 343 | 203 | 332 | 0 | 52 | 4 | 13 | 462 | 77 | 106 |
| Binary | 11100011 | 10000011 | 11011010 | 0 | 101010 | 100 | 1011 | 100110010 | 111111 | 1000110 |
Color Harmonies of #E383DA
Complementary color
Monochromatic Colors of #E383DA
Black with #E383DA
Text Example
Text Example
White with #E383DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E383DA; }
p { color: rgb(227,131,218); }
H1.HeaderClassName
{
color: #E383DA;
}
.AnyTagClassName
{
color: #E383DA;
}
</style>
background-color css
<style>
a { background-color: #E383DA; }
a { background-color: rgb(227,131,218); }
div.DivClassName
{
background-color: #E383DA;
}
.BgClassName
{
background-color: #E383DA;
}
</style>
border-color css
<style>
span { border-color: #E383DA; }
span { border-color: rgb(227,131,218); }
td.TdClassName
{
border-color: #E383DA;
}
.TagClassName
{
border-color: #E383DA;
}
</style>