Shades of Orchid #E56BCC
Tints of Orchid #E56BCC
RGB
CMYK
RGB Variations
Color information
#E56BCC (or 0xE56BCC) is known color: Orchid. HEX triplet: E5, 6B and CC. RGB value is (229,107,204). Sum of RGB (Red+Green+Blue) = 229+107+204=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56BCC is #1A9433. Grayscale: #9A9A9A. Windows color (decimal): -1741876 or 13396965. OLE color: 13396965.
HSL color Cylindrical-coordinate representation of color #E56BCC: hue angle of 312.3º 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 #E56BCC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 204 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.10 |
| HSL | 312.3º | 0.7% | 0.66% | - |
| HSV(B) | 312.3º | 0.53% | 0.9% | - |
| XYZ | 48.47 | 31.53 | 60.66 | - |
| YUV | 154.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 204 | 0 | 0.53 | 0.11 | 0.10 | 312.3 | 0.7 | 0.66 |
| Hex | E5 | 6B | CC | 0 | 35 | B | A | 138 | 46 | 42 |
| Octal | 345 | 153 | 314 | 0 | 65 | 13 | 12 | 470 | 106 | 102 |
| Binary | 11100101 | 1101011 | 11001100 | 0 | 110101 | 1011 | 1010 | 100111000 | 1000110 | 1000010 |
Color Harmonies of #E56BCC
Complementary color
Monochromatic Colors of #E56BCC
Black with #E56BCC
Text Example
Text Example
White with #E56BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BCC; }
p { color: rgb(229,107,204); }
H1.HeaderClassName
{
color: #E56BCC;
}
.AnyTagClassName
{
color: #E56BCC;
}
</style>
background-color css
<style>
a { background-color: #E56BCC; }
a { background-color: rgb(229,107,204); }
div.DivClassName
{
background-color: #E56BCC;
}
.BgClassName
{
background-color: #E56BCC;
}
</style>
border-color css
<style>
span { border-color: #E56BCC; }
span { border-color: rgb(229,107,204); }
td.TdClassName
{
border-color: #E56BCC;
}
.TagClassName
{
border-color: #E56BCC;
}
</style>