Shades of Orchid #E380DD
Tints of Orchid #E380DD
RGB
CMYK
RGB Variations
Color information
#E380DD (or 0xE380DD) is known color: Orchid. HEX triplet: E3, 80 and DD. RGB value is (227,128,221). Sum of RGB (Red+Green+Blue) = 227+128+221=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DD is #1C7F22. Grayscale: #A7A7A7. Windows color (decimal): -1867555 or 14516451. OLE color: 14516451.
HSL color Cylindrical-coordinate representation of color #E380DD: hue angle of 303.64º 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 #E380DD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 221 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 303.64º | 0.64% | 0.7% | - |
| HSV(B) | 303.64º | 0.44% | 0.89% | - |
| XYZ | 52.45 | 36.99 | 72.78 | - |
| YUV | 168.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 221 | 0 | 0.44 | 0.03 | 0.11 | 303.64 | 0.64 | 0.7 |
| Hex | E3 | 80 | DD | 0 | 2C | 3 | B | 130 | 40 | 46 |
| Octal | 343 | 200 | 335 | 0 | 54 | 3 | 13 | 460 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11011101 | 0 | 101100 | 11 | 1011 | 100110000 | 1000000 | 1000110 |
Color Harmonies of #E380DD
Complementary color
Monochromatic Colors of #E380DD
Black with #E380DD
Text Example
Text Example
White with #E380DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380DD; }
p { color: rgb(227,128,221); }
H1.HeaderClassName
{
color: #E380DD;
}
.AnyTagClassName
{
color: #E380DD;
}
</style>
background-color css
<style>
a { background-color: #E380DD; }
a { background-color: rgb(227,128,221); }
div.DivClassName
{
background-color: #E380DD;
}
.BgClassName
{
background-color: #E380DD;
}
</style>
border-color css
<style>
span { border-color: #E380DD; }
span { border-color: rgb(227,128,221); }
td.TdClassName
{
border-color: #E380DD;
}
.TagClassName
{
border-color: #E380DD;
}
</style>