Shades of Orchid #E471DF
Tints of Orchid #E471DF
RGB
CMYK
RGB Variations
Color information
#E471DF (or 0xE471DF) is known color: Orchid. HEX triplet: E4, 71 and DF. RGB value is (228,113,223). Sum of RGB (Red+Green+Blue) = 228+113+223=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E471DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471DF is #1B8E20. Grayscale: #9F9F9F. Windows color (decimal): -1805857 or 14643684. OLE color: 14643684.
HSL color Cylindrical-coordinate representation of color #E471DF: hue angle of 302.61º 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 #E471DF is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 223 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.11 |
| HSL | 302.61º | 0.68% | 0.67% | - |
| HSV(B) | 302.61º | 0.5% | 0.89% | - |
| XYZ | 51.22 | 33.63 | 73.6 | - |
| YUV | 159.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 223 | 0 | 0.50 | 0.02 | 0.11 | 302.61 | 0.68 | 0.67 |
| Hex | E4 | 71 | DF | 0 | 32 | 2 | B | 12F | 44 | 43 |
| Octal | 344 | 161 | 337 | 0 | 62 | 2 | 13 | 457 | 104 | 103 |
| Binary | 11100100 | 1110001 | 11011111 | 0 | 110010 | 10 | 1011 | 100101111 | 1000100 | 1000011 |
Color Harmonies of #E471DF
Complementary color
Monochromatic Colors of #E471DF
Black with #E471DF
Text Example
Text Example
White with #E471DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471DF; }
p { color: rgb(228,113,223); }
H1.HeaderClassName
{
color: #E471DF;
}
.AnyTagClassName
{
color: #E471DF;
}
</style>
background-color css
<style>
a { background-color: #E471DF; }
a { background-color: rgb(228,113,223); }
div.DivClassName
{
background-color: #E471DF;
}
.BgClassName
{
background-color: #E471DF;
}
</style>
border-color css
<style>
span { border-color: #E471DF; }
span { border-color: rgb(228,113,223); }
td.TdClassName
{
border-color: #E471DF;
}
.TagClassName
{
border-color: #E471DF;
}
</style>