Shades of Orchid #E380D9
Tints of Orchid #E380D9
RGB
CMYK
RGB Variations
Color information
#E380D9 (or 0xE380D9) is known color: Orchid. HEX triplet: E3, 80 and D9. RGB value is (227,128,217). Sum of RGB (Red+Green+Blue) = 227+128+217=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D9 is #1C7F26. Grayscale: #A7A7A7. Windows color (decimal): -1867559 or 14254307. OLE color: 14254307.
HSL color Cylindrical-coordinate representation of color #E380D9: hue angle of 306.06º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380D9 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 217 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 306.06º | 0.64% | 0.7% | - |
| HSV(B) | 306.06º | 0.44% | 0.89% | - |
| XYZ | 51.92 | 36.78 | 70.01 | - |
| YUV | 167.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 217 | 0 | 0.44 | 0.04 | 0.11 | 306.06 | 0.64 | 0.7 |
| Hex | E3 | 80 | D9 | 0 | 2C | 4 | B | 132 | 40 | 46 |
| Octal | 343 | 200 | 331 | 0 | 54 | 4 | 13 | 462 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11011001 | 0 | 101100 | 100 | 1011 | 100110010 | 1000000 | 1000110 |
Color Harmonies of #E380D9
Complementary color
Monochromatic Colors of #E380D9
Black with #E380D9
Text Example
Text Example
White with #E380D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380D9; }
p { color: rgb(227,128,217); }
H1.HeaderClassName
{
color: #E380D9;
}
.AnyTagClassName
{
color: #E380D9;
}
</style>
background-color css
<style>
a { background-color: #E380D9; }
a { background-color: rgb(227,128,217); }
div.DivClassName
{
background-color: #E380D9;
}
.BgClassName
{
background-color: #E380D9;
}
</style>
border-color css
<style>
span { border-color: #E380D9; }
span { border-color: rgb(227,128,217); }
td.TdClassName
{
border-color: #E380D9;
}
.TagClassName
{
border-color: #E380D9;
}
</style>