Shades of Orchid #E380D4
Tints of Orchid #E380D4
RGB
CMYK
RGB Variations
Color information
#E380D4 (or 0xE380D4) is known color: Orchid. HEX triplet: E3, 80 and D4. RGB value is (227,128,212). Sum of RGB (Red+Green+Blue) = 227+128+212=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D4 is #1C7F2B. Grayscale: #A6A6A6. Windows color (decimal): -1867564 or 13926627. OLE color: 13926627.
HSL color Cylindrical-coordinate representation of color #E380D4: hue angle of 309.09º 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 #E380D4 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 212 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.11 |
| HSL | 309.09º | 0.64% | 0.7% | - |
| HSV(B) | 309.09º | 0.44% | 0.89% | - |
| XYZ | 51.28 | 36.52 | 66.63 | - |
| YUV | 167.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 212 | 0 | 0.44 | 0.07 | 0.11 | 309.09 | 0.64 | 0.7 |
| Hex | E3 | 80 | D4 | 0 | 2C | 7 | B | 135 | 40 | 46 |
| Octal | 343 | 200 | 324 | 0 | 54 | 7 | 13 | 465 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11010100 | 0 | 101100 | 111 | 1011 | 100110101 | 1000000 | 1000110 |
Color Harmonies of #E380D4
Complementary color
Monochromatic Colors of #E380D4
Black with #E380D4
Text Example
Text Example
White with #E380D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380D4; }
p { color: rgb(227,128,212); }
H1.HeaderClassName
{
color: #E380D4;
}
.AnyTagClassName
{
color: #E380D4;
}
</style>
background-color css
<style>
a { background-color: #E380D4; }
a { background-color: rgb(227,128,212); }
div.DivClassName
{
background-color: #E380D4;
}
.BgClassName
{
background-color: #E380D4;
}
</style>
border-color css
<style>
span { border-color: #E380D4; }
span { border-color: rgb(227,128,212); }
td.TdClassName
{
border-color: #E380D4;
}
.TagClassName
{
border-color: #E380D4;
}
</style>