Shades of Orchid #E483DB
Tints of Orchid #E483DB
RGB
CMYK
RGB Variations
Color information
#E483DB (or 0xE483DB) is known color: Orchid. HEX triplet: E4, 83 and DB. RGB value is (228,131,219). Sum of RGB (Red+Green+Blue) = 228+131+219=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 131 (51.56% from 255 or 22.66% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E483DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E483DB is #1B7C24. Grayscale: #A9A9A9. Windows color (decimal): -1801253 or 14386148. OLE color: 14386148.
HSL color Cylindrical-coordinate representation of color #E483DB: hue angle of 305.57º 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 #E483DB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 219 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 305.57º | 0.64% | 0.7% | - |
| HSV(B) | 305.57º | 0.43% | 0.89% | - |
| XYZ | 52.9 | 37.84 | 71.53 | - |
| YUV | 170.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 219 | 0 | 0.43 | 0.04 | 0.11 | 305.57 | 0.64 | 0.7 |
| Hex | E4 | 83 | DB | 0 | 2B | 4 | B | 132 | 40 | 46 |
| Octal | 344 | 203 | 333 | 0 | 53 | 4 | 13 | 462 | 100 | 106 |
| Binary | 11100100 | 10000011 | 11011011 | 0 | 101011 | 100 | 1011 | 100110010 | 1000000 | 1000110 |
Color Harmonies of #E483DB
Complementary color
Monochromatic Colors of #E483DB
Black with #E483DB
Text Example
Text Example
White with #E483DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E483DB; }
p { color: rgb(228,131,219); }
H1.HeaderClassName
{
color: #E483DB;
}
.AnyTagClassName
{
color: #E483DB;
}
</style>
background-color css
<style>
a { background-color: #E483DB; }
a { background-color: rgb(228,131,219); }
div.DivClassName
{
background-color: #E483DB;
}
.BgClassName
{
background-color: #E483DB;
}
</style>
border-color css
<style>
span { border-color: #E483DB; }
span { border-color: rgb(228,131,219); }
td.TdClassName
{
border-color: #E483DB;
}
.TagClassName
{
border-color: #E483DB;
}
</style>