Shades of Orchid #E56CCD
Tints of Orchid #E56CCD
RGB
CMYK
RGB Variations
Color information
#E56CCD (or 0xE56CCD) is known color: Orchid. HEX triplet: E5, 6C and CD. RGB value is (229,108,205). Sum of RGB (Red+Green+Blue) = 229+108+205=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56CCD is #1A9332. Grayscale: #9A9A9A. Windows color (decimal): -1741619 or 13462757. OLE color: 13462757.
HSL color Cylindrical-coordinate representation of color #E56CCD: hue angle of 311.9º 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 #E56CCD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 205 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.10 |
| HSL | 311.9º | 0.7% | 0.66% | - |
| HSV(B) | 311.9º | 0.53% | 0.9% | - |
| XYZ | 48.7 | 31.79 | 61.33 | - |
| YUV | 155.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 205 | 0 | 0.53 | 0.10 | 0.10 | 311.9 | 0.7 | 0.66 |
| Hex | E5 | 6C | CD | 0 | 35 | A | A | 138 | 46 | 42 |
| Octal | 345 | 154 | 315 | 0 | 65 | 12 | 12 | 470 | 106 | 102 |
| Binary | 11100101 | 1101100 | 11001101 | 0 | 110101 | 1010 | 1010 | 100111000 | 1000110 | 1000010 |
Color Harmonies of #E56CCD
Complementary color
Monochromatic Colors of #E56CCD
Black with #E56CCD
Text Example
Text Example
White with #E56CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CCD; }
p { color: rgb(229,108,205); }
H1.HeaderClassName
{
color: #E56CCD;
}
.AnyTagClassName
{
color: #E56CCD;
}
</style>
background-color css
<style>
a { background-color: #E56CCD; }
a { background-color: rgb(229,108,205); }
div.DivClassName
{
background-color: #E56CCD;
}
.BgClassName
{
background-color: #E56CCD;
}
</style>
border-color css
<style>
span { border-color: #E56CCD; }
span { border-color: rgb(229,108,205); }
td.TdClassName
{
border-color: #E56CCD;
}
.TagClassName
{
border-color: #E56CCD;
}
</style>