Shades of Orchid #E56BDF
Tints of Orchid #E56BDF
RGB
CMYK
RGB Variations
Color information
#E56BDF (or 0xE56BDF) is known color: Orchid. HEX triplet: E5, 6B and DF. RGB value is (229,107,223). Sum of RGB (Red+Green+Blue) = 229+107+223=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BDF is #1A9420. Grayscale: #9C9C9C. Windows color (decimal): -1741857 or 14642149. OLE color: 14642149.
HSL color Cylindrical-coordinate representation of color #E56BDF: hue angle of 302.95º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56BDF is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 223 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.10 |
| HSL | 302.95º | 0.7% | 0.66% | - |
| HSV(B) | 302.95º | 0.53% | 0.9% | - |
| XYZ | 50.89 | 32.5 | 73.4 | - |
| YUV | 156.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 223 | 0 | 0.53 | 0.03 | 0.10 | 302.95 | 0.7 | 0.66 |
| Hex | E5 | 6B | DF | 0 | 35 | 3 | A | 12F | 46 | 42 |
| Octal | 345 | 153 | 337 | 0 | 65 | 3 | 12 | 457 | 106 | 102 |
| Binary | 11100101 | 1101011 | 11011111 | 0 | 110101 | 11 | 1010 | 100101111 | 1000110 | 1000010 |
Color Harmonies of #E56BDF
Complementary color
Monochromatic Colors of #E56BDF
Black with #E56BDF
Text Example
Text Example
White with #E56BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BDF; }
p { color: rgb(229,107,223); }
H1.HeaderClassName
{
color: #E56BDF;
}
.AnyTagClassName
{
color: #E56BDF;
}
</style>
background-color css
<style>
a { background-color: #E56BDF; }
a { background-color: rgb(229,107,223); }
div.DivClassName
{
background-color: #E56BDF;
}
.BgClassName
{
background-color: #E56BDF;
}
</style>
border-color css
<style>
span { border-color: #E56BDF; }
span { border-color: rgb(229,107,223); }
td.TdClassName
{
border-color: #E56BDF;
}
.TagClassName
{
border-color: #E56BDF;
}
</style>