Shades of Orchid #E381DA
Tints of Orchid #E381DA
RGB
CMYK
RGB Variations
Color information
#E381DA (or 0xE381DA) is known color: Orchid. HEX triplet: E3, 81 and DA. RGB value is (227,129,218). Sum of RGB (Red+Green+Blue) = 227+129+218=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E381DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381DA is #1C7E25. Grayscale: #A8A8A8. Windows color (decimal): -1867302 or 14320099. OLE color: 14320099.
HSL color Cylindrical-coordinate representation of color #E381DA: hue angle of 305.51º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381DA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 218 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 305.51º | 0.64% | 0.7% | - |
| HSV(B) | 305.51º | 0.43% | 0.89% | - |
| XYZ | 52.18 | 37.09 | 70.74 | - |
| YUV | 168.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 218 | 0 | 0.43 | 0.04 | 0.11 | 305.51 | 0.64 | 0.7 |
| Hex | E3 | 81 | DA | 0 | 2B | 4 | B | 132 | 40 | 46 |
| Octal | 343 | 201 | 332 | 0 | 53 | 4 | 13 | 462 | 100 | 106 |
| Binary | 11100011 | 10000001 | 11011010 | 0 | 101011 | 100 | 1011 | 100110010 | 1000000 | 1000110 |
Color Harmonies of #E381DA
Complementary color
Monochromatic Colors of #E381DA
Black with #E381DA
Text Example
Text Example
White with #E381DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381DA; }
p { color: rgb(227,129,218); }
H1.HeaderClassName
{
color: #E381DA;
}
.AnyTagClassName
{
color: #E381DA;
}
</style>
background-color css
<style>
a { background-color: #E381DA; }
a { background-color: rgb(227,129,218); }
div.DivClassName
{
background-color: #E381DA;
}
.BgClassName
{
background-color: #E381DA;
}
</style>
border-color css
<style>
span { border-color: #E381DA; }
span { border-color: rgb(227,129,218); }
td.TdClassName
{
border-color: #E381DA;
}
.TagClassName
{
border-color: #E381DA;
}
</style>