Shades of Orchid #E07CDD
Tints of Orchid #E07CDD
RGB
CMYK
RGB Variations
Color information
#E07CDD (or 0xE07CDD) is known color: Orchid. HEX triplet: E0, 7C and DD. RGB value is (224,124,221). Sum of RGB (Red+Green+Blue) = 224+124+221=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CDD is #1F8322. Grayscale: #A4A4A4. Windows color (decimal): -2065187 or 14515424. OLE color: 14515424.
HSL color Cylindrical-coordinate representation of color #E07CDD: hue angle of 301.8º 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 #E07CDD is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 221 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.12 |
| HSL | 301.8º | 0.62% | 0.68% | - |
| HSV(B) | 301.8º | 0.45% | 0.88% | - |
| XYZ | 51 | 35.48 | 72.57 | - |
| YUV | 164.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 221 | 0 | 0.45 | 0.01 | 0.12 | 301.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | DD | 0 | 2D | 1 | C | 12E | 3E | 44 |
| Octal | 340 | 174 | 335 | 0 | 55 | 1 | 14 | 456 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11011101 | 0 | 101101 | 1 | 1100 | 100101110 | 111110 | 1000100 |
Color Harmonies of #E07CDD
Complementary color
Monochromatic Colors of #E07CDD
Black with #E07CDD
Text Example
Text Example
White with #E07CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CDD; }
p { color: rgb(224,124,221); }
H1.HeaderClassName
{
color: #E07CDD;
}
.AnyTagClassName
{
color: #E07CDD;
}
</style>
background-color css
<style>
a { background-color: #E07CDD; }
a { background-color: rgb(224,124,221); }
div.DivClassName
{
background-color: #E07CDD;
}
.BgClassName
{
background-color: #E07CDD;
}
</style>
border-color css
<style>
span { border-color: #E07CDD; }
span { border-color: rgb(224,124,221); }
td.TdClassName
{
border-color: #E07CDD;
}
.TagClassName
{
border-color: #E07CDD;
}
</style>