Shades of Orchid #E473DC
Tints of Orchid #E473DC
RGB
CMYK
RGB Variations
Color information
#E473DC (or 0xE473DC) is known color: Orchid. HEX triplet: E4, 73 and DC. RGB value is (228,115,220). Sum of RGB (Red+Green+Blue) = 228+115+220=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E473DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473DC is #1B8C23. Grayscale: #A0A0A0. Windows color (decimal): -1805348 or 14447588. OLE color: 14447588.
HSL color Cylindrical-coordinate representation of color #E473DC: hue angle of 304.25º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E473DC is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 220 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.25º | 0.68% | 0.67% | - |
| HSV(B) | 304.25º | 0.5% | 0.89% | - |
| XYZ | 51.04 | 33.92 | 71.57 | - |
| YUV | 160.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 220 | 0 | 0.50 | 0.04 | 0.11 | 304.25 | 0.68 | 0.67 |
| Hex | E4 | 73 | DC | 0 | 32 | 4 | B | 130 | 44 | 43 |
| Octal | 344 | 163 | 334 | 0 | 62 | 4 | 13 | 460 | 104 | 103 |
| Binary | 11100100 | 1110011 | 11011100 | 0 | 110010 | 100 | 1011 | 100110000 | 1000100 | 1000011 |
Color Harmonies of #E473DC
Complementary color
Monochromatic Colors of #E473DC
Black with #E473DC
Text Example
Text Example
White with #E473DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473DC; }
p { color: rgb(228,115,220); }
H1.HeaderClassName
{
color: #E473DC;
}
.AnyTagClassName
{
color: #E473DC;
}
</style>
background-color css
<style>
a { background-color: #E473DC; }
a { background-color: rgb(228,115,220); }
div.DivClassName
{
background-color: #E473DC;
}
.BgClassName
{
background-color: #E473DC;
}
</style>
border-color css
<style>
span { border-color: #E473DC; }
span { border-color: rgb(228,115,220); }
td.TdClassName
{
border-color: #E473DC;
}
.TagClassName
{
border-color: #E473DC;
}
</style>