Shades of Orchid #E380D3
Tints of Orchid #E380D3
RGB
CMYK
RGB Variations
Color information
#E380D3 (or 0xE380D3) is known color: Orchid. HEX triplet: E3, 80 and D3. RGB value is (227,128,211). Sum of RGB (Red+Green+Blue) = 227+128+211=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D3 is #1C7F2C. Grayscale: #A6A6A6. Windows color (decimal): -1867565 or 13861091. OLE color: 13861091.
HSL color Cylindrical-coordinate representation of color #E380D3: hue angle of 309.7º 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 #E380D3 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 211 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.11 |
| HSL | 309.7º | 0.64% | 0.7% | - |
| HSV(B) | 309.7º | 0.44% | 0.89% | - |
| XYZ | 51.16 | 36.47 | 65.97 | - |
| YUV | 167.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 211 | 0 | 0.44 | 0.07 | 0.11 | 309.7 | 0.64 | 0.7 |
| Hex | E3 | 80 | D3 | 0 | 2C | 7 | B | 136 | 40 | 46 |
| Octal | 343 | 200 | 323 | 0 | 54 | 7 | 13 | 466 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11010011 | 0 | 101100 | 111 | 1011 | 100110110 | 1000000 | 1000110 |
Color Harmonies of #E380D3
Complementary color
Monochromatic Colors of #E380D3
Black with #E380D3
Text Example
Text Example
White with #E380D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380D3; }
p { color: rgb(227,128,211); }
H1.HeaderClassName
{
color: #E380D3;
}
.AnyTagClassName
{
color: #E380D3;
}
</style>
background-color css
<style>
a { background-color: #E380D3; }
a { background-color: rgb(227,128,211); }
div.DivClassName
{
background-color: #E380D3;
}
.BgClassName
{
background-color: #E380D3;
}
</style>
border-color css
<style>
span { border-color: #E380D3; }
span { border-color: rgb(227,128,211); }
td.TdClassName
{
border-color: #E380D3;
}
.TagClassName
{
border-color: #E380D3;
}
</style>