Shades of Orchid #E56FDF
Tints of Orchid #E56FDF
RGB
CMYK
RGB Variations
Color information
#E56FDF (or 0xE56FDF) is known color: Orchid. HEX triplet: E5, 6F and DF. RGB value is (229,111,223). Sum of RGB (Red+Green+Blue) = 229+111+223=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E56FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56FDF is #1A9020. Grayscale: #9E9E9E. Windows color (decimal): -1740833 or 14643173. OLE color: 14643173.
HSL color Cylindrical-coordinate representation of color #E56FDF: hue angle of 303.05º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56FDF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 223 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.10 |
| HSL | 303.05º | 0.69% | 0.67% | - |
| HSV(B) | 303.05º | 0.52% | 0.9% | - |
| XYZ | 51.32 | 33.35 | 73.55 | - |
| YUV | 159.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 223 | 0 | 0.52 | 0.03 | 0.10 | 303.05 | 0.69 | 0.67 |
| Hex | E5 | 6F | DF | 0 | 34 | 3 | A | 12F | 45 | 43 |
| Octal | 345 | 157 | 337 | 0 | 64 | 3 | 12 | 457 | 105 | 103 |
| Binary | 11100101 | 1101111 | 11011111 | 0 | 110100 | 11 | 1010 | 100101111 | 1000101 | 1000011 |
Color Harmonies of #E56FDF
Complementary color
Monochromatic Colors of #E56FDF
Black with #E56FDF
Text Example
Text Example
White with #E56FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56FDF; }
p { color: rgb(229,111,223); }
H1.HeaderClassName
{
color: #E56FDF;
}
.AnyTagClassName
{
color: #E56FDF;
}
</style>
background-color css
<style>
a { background-color: #E56FDF; }
a { background-color: rgb(229,111,223); }
div.DivClassName
{
background-color: #E56FDF;
}
.BgClassName
{
background-color: #E56FDF;
}
</style>
border-color css
<style>
span { border-color: #E56FDF; }
span { border-color: rgb(229,111,223); }
td.TdClassName
{
border-color: #E56FDF;
}
.TagClassName
{
border-color: #E56FDF;
}
</style>