Shades of Orchid #E473CC
Tints of Orchid #E473CC
RGB
CMYK
RGB Variations
Color information
#E473CC (or 0xE473CC) is known color: Orchid. HEX triplet: E4, 73 and CC. RGB value is (228,115,204). Sum of RGB (Red+Green+Blue) = 228+115+204=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E473CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473CC is #1B8C33. Grayscale: #9E9E9E. Windows color (decimal): -1805364 or 13399012. OLE color: 13399012.
HSL color Cylindrical-coordinate representation of color #E473CC: hue angle of 312.74º 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 #E473CC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 204 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.11 |
| HSL | 312.74º | 0.68% | 0.67% | - |
| HSV(B) | 312.74º | 0.5% | 0.89% | - |
| XYZ | 49.02 | 33.12 | 60.93 | - |
| YUV | 158.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 204 | 0 | 0.50 | 0.11 | 0.11 | 312.74 | 0.68 | 0.67 |
| Hex | E4 | 73 | CC | 0 | 32 | B | B | 139 | 44 | 43 |
| Octal | 344 | 163 | 314 | 0 | 62 | 13 | 13 | 471 | 104 | 103 |
| Binary | 11100100 | 1110011 | 11001100 | 0 | 110010 | 1011 | 1011 | 100111001 | 1000100 | 1000011 |
Color Harmonies of #E473CC
Complementary color
Monochromatic Colors of #E473CC
Black with #E473CC
Text Example
Text Example
White with #E473CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473CC; }
p { color: rgb(228,115,204); }
H1.HeaderClassName
{
color: #E473CC;
}
.AnyTagClassName
{
color: #E473CC;
}
</style>
background-color css
<style>
a { background-color: #E473CC; }
a { background-color: rgb(228,115,204); }
div.DivClassName
{
background-color: #E473CC;
}
.BgClassName
{
background-color: #E473CC;
}
</style>
border-color css
<style>
span { border-color: #E473CC; }
span { border-color: rgb(228,115,204); }
td.TdClassName
{
border-color: #E473CC;
}
.TagClassName
{
border-color: #E473CC;
}
</style>