Shades of Orchid #E473CF
Tints of Orchid #E473CF
RGB
CMYK
RGB Variations
Color information
#E473CF (or 0xE473CF) is known color: Orchid. HEX triplet: E4, 73 and CF. RGB value is (228,115,207). Sum of RGB (Red+Green+Blue) = 228+115+207=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E473CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473CF is #1B8C30. Grayscale: #9F9F9F. Windows color (decimal): -1805361 or 13595620. OLE color: 13595620.
HSL color Cylindrical-coordinate representation of color #E473CF: hue angle of 311.15º 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 #E473CF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 207 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.11 |
| HSL | 311.15º | 0.68% | 0.67% | - |
| HSV(B) | 311.15º | 0.5% | 0.89% | - |
| XYZ | 49.39 | 33.26 | 62.85 | - |
| YUV | 159.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 207 | 0 | 0.50 | 0.09 | 0.11 | 311.15 | 0.68 | 0.67 |
| Hex | E4 | 73 | CF | 0 | 32 | 9 | B | 137 | 44 | 43 |
| Octal | 344 | 163 | 317 | 0 | 62 | 11 | 13 | 467 | 104 | 103 |
| Binary | 11100100 | 1110011 | 11001111 | 0 | 110010 | 1001 | 1011 | 100110111 | 1000100 | 1000011 |
Color Harmonies of #E473CF
Complementary color
Monochromatic Colors of #E473CF
Black with #E473CF
Text Example
Text Example
White with #E473CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473CF; }
p { color: rgb(228,115,207); }
H1.HeaderClassName
{
color: #E473CF;
}
.AnyTagClassName
{
color: #E473CF;
}
</style>
background-color css
<style>
a { background-color: #E473CF; }
a { background-color: rgb(228,115,207); }
div.DivClassName
{
background-color: #E473CF;
}
.BgClassName
{
background-color: #E473CF;
}
</style>
border-color css
<style>
span { border-color: #E473CF; }
span { border-color: rgb(228,115,207); }
td.TdClassName
{
border-color: #E473CF;
}
.TagClassName
{
border-color: #E473CF;
}
</style>