Shades of Orchid #E483DA
Tints of Orchid #E483DA
RGB
CMYK
RGB Variations
Color information
#E483DA (or 0xE483DA) is known color: Orchid. HEX triplet: E4, 83 and DA. RGB value is (228,131,218). Sum of RGB (Red+Green+Blue) = 228+131+218=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E483DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E483DA is #1B7C25. Grayscale: #A9A9A9. Windows color (decimal): -1801254 or 14320612. OLE color: 14320612.
HSL color Cylindrical-coordinate representation of color #E483DA: hue angle of 306.19º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E483DA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 218 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 306.19º | 0.64% | 0.7% | - |
| HSV(B) | 306.19º | 0.43% | 0.89% | - |
| XYZ | 52.77 | 37.79 | 70.84 | - |
| YUV | 169.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 218 | 0 | 0.43 | 0.04 | 0.11 | 306.19 | 0.64 | 0.7 |
| Hex | E4 | 83 | DA | 0 | 2B | 4 | B | 132 | 40 | 46 |
| Octal | 344 | 203 | 332 | 0 | 53 | 4 | 13 | 462 | 100 | 106 |
| Binary | 11100100 | 10000011 | 11011010 | 0 | 101011 | 100 | 1011 | 100110010 | 1000000 | 1000110 |
Color Harmonies of #E483DA
Complementary color
Monochromatic Colors of #E483DA
Black with #E483DA
Text Example
Text Example
White with #E483DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E483DA; }
p { color: rgb(228,131,218); }
H1.HeaderClassName
{
color: #E483DA;
}
.AnyTagClassName
{
color: #E483DA;
}
</style>
background-color css
<style>
a { background-color: #E483DA; }
a { background-color: rgb(228,131,218); }
div.DivClassName
{
background-color: #E483DA;
}
.BgClassName
{
background-color: #E483DA;
}
</style>
border-color css
<style>
span { border-color: #E483DA; }
span { border-color: rgb(228,131,218); }
td.TdClassName
{
border-color: #E483DA;
}
.TagClassName
{
border-color: #E483DA;
}
</style>