Shades of Orchid #E380D5
Tints of Orchid #E380D5
RGB
CMYK
RGB Variations
Color information
#E380D5 (or 0xE380D5) is known color: Orchid. HEX triplet: E3, 80 and D5. RGB value is (227,128,213). Sum of RGB (Red+Green+Blue) = 227+128+213=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D5 is #1C7F2A. Grayscale: #A7A7A7. Windows color (decimal): -1867563 or 13992163. OLE color: 13992163.
HSL color Cylindrical-coordinate representation of color #E380D5: hue angle of 308.48º 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 #E380D5 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 213 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.11 |
| HSL | 308.48º | 0.64% | 0.7% | - |
| HSV(B) | 308.48º | 0.44% | 0.89% | - |
| XYZ | 51.41 | 36.57 | 67.3 | - |
| YUV | 167.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 213 | 0 | 0.44 | 0.06 | 0.11 | 308.48 | 0.64 | 0.7 |
| Hex | E3 | 80 | D5 | 0 | 2C | 6 | B | 134 | 40 | 46 |
| Octal | 343 | 200 | 325 | 0 | 54 | 6 | 13 | 464 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11010101 | 0 | 101100 | 110 | 1011 | 100110100 | 1000000 | 1000110 |
Color Harmonies of #E380D5
Complementary color
Monochromatic Colors of #E380D5
Black with #E380D5
Text Example
Text Example
White with #E380D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380D5; }
p { color: rgb(227,128,213); }
H1.HeaderClassName
{
color: #E380D5;
}
.AnyTagClassName
{
color: #E380D5;
}
</style>
background-color css
<style>
a { background-color: #E380D5; }
a { background-color: rgb(227,128,213); }
div.DivClassName
{
background-color: #E380D5;
}
.BgClassName
{
background-color: #E380D5;
}
</style>
border-color css
<style>
span { border-color: #E380D5; }
span { border-color: rgb(227,128,213); }
td.TdClassName
{
border-color: #E380D5;
}
.TagClassName
{
border-color: #E380D5;
}
</style>