Shades of Orchid #E07CCD
Tints of Orchid #E07CCD
RGB
CMYK
RGB Variations
Color information
#E07CCD (or 0xE07CCD) is known color: Orchid. HEX triplet: E0, 7C and CD. RGB value is (224,124,205). Sum of RGB (Red+Green+Blue) = 224+124+205=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CCD is #1F8332. Grayscale: #A2A2A2. Windows color (decimal): -2065203 or 13466848. OLE color: 13466848.
HSL color Cylindrical-coordinate representation of color #E07CCD: hue angle of 311.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CCD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 205 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.12 |
| HSL | 311.4º | 0.62% | 0.68% | - |
| HSV(B) | 311.4º | 0.45% | 0.88% | - |
| XYZ | 48.97 | 34.67 | 61.87 | - |
| YUV | 163.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 205 | 0 | 0.45 | 0.08 | 0.12 | 311.4 | 0.62 | 0.68 |
| Hex | E0 | 7C | CD | 0 | 2D | 8 | C | 137 | 3E | 44 |
| Octal | 340 | 174 | 315 | 0 | 55 | 10 | 14 | 467 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11001101 | 0 | 101101 | 1000 | 1100 | 100110111 | 111110 | 1000100 |
Color Harmonies of #E07CCD
Complementary color
Monochromatic Colors of #E07CCD
Black with #E07CCD
Text Example
Text Example
White with #E07CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CCD; }
p { color: rgb(224,124,205); }
H1.HeaderClassName
{
color: #E07CCD;
}
.AnyTagClassName
{
color: #E07CCD;
}
</style>
background-color css
<style>
a { background-color: #E07CCD; }
a { background-color: rgb(224,124,205); }
div.DivClassName
{
background-color: #E07CCD;
}
.BgClassName
{
background-color: #E07CCD;
}
</style>
border-color css
<style>
span { border-color: #E07CCD; }
span { border-color: rgb(224,124,205); }
td.TdClassName
{
border-color: #E07CCD;
}
.TagClassName
{
border-color: #E07CCD;
}
</style>