Shades of Orchid #E477DF
Tints of Orchid #E477DF
RGB
CMYK
RGB Variations
Color information
#E477DF (or 0xE477DF) is known color: Orchid. HEX triplet: E4, 77 and DF. RGB value is (228,119,223). Sum of RGB (Red+Green+Blue) = 228+119+223=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E477DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477DF is #1B8820. Grayscale: #A3A3A3. Windows color (decimal): -1804321 or 14645220. OLE color: 14645220.
HSL color Cylindrical-coordinate representation of color #E477DF: hue angle of 302.75º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477DF is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 223 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.11 |
| HSL | 302.75º | 0.67% | 0.68% | - |
| HSV(B) | 302.75º | 0.48% | 0.89% | - |
| XYZ | 51.91 | 35.02 | 73.83 | - |
| YUV | 163.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 223 | 0 | 0.48 | 0.02 | 0.11 | 302.75 | 0.67 | 0.68 |
| Hex | E4 | 77 | DF | 0 | 30 | 2 | B | 12F | 43 | 44 |
| Octal | 344 | 167 | 337 | 0 | 60 | 2 | 13 | 457 | 103 | 104 |
| Binary | 11100100 | 1110111 | 11011111 | 0 | 110000 | 10 | 1011 | 100101111 | 1000011 | 1000100 |
Color Harmonies of #E477DF
Complementary color
Monochromatic Colors of #E477DF
Black with #E477DF
Text Example
Text Example
White with #E477DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477DF; }
p { color: rgb(228,119,223); }
H1.HeaderClassName
{
color: #E477DF;
}
.AnyTagClassName
{
color: #E477DF;
}
</style>
background-color css
<style>
a { background-color: #E477DF; }
a { background-color: rgb(228,119,223); }
div.DivClassName
{
background-color: #E477DF;
}
.BgClassName
{
background-color: #E477DF;
}
</style>
border-color css
<style>
span { border-color: #E477DF; }
span { border-color: rgb(228,119,223); }
td.TdClassName
{
border-color: #E477DF;
}
.TagClassName
{
border-color: #E477DF;
}
</style>