Shades of Orchid #E07CD3
Tints of Orchid #E07CD3
RGB
CMYK
RGB Variations
Color information
#E07CD3 (or 0xE07CD3) is known color: Orchid. HEX triplet: E0, 7C and D3. RGB value is (224,124,211). Sum of RGB (Red+Green+Blue) = 224+124+211=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD3 is #1F832C. Grayscale: #A3A3A3. Windows color (decimal): -2065197 or 13860064. OLE color: 13860064.
HSL color Cylindrical-coordinate representation of color #E07CD3: hue angle of 307.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 #E07CD3 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 211 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.12 |
| HSL | 307.8º | 0.62% | 0.68% | - |
| HSV(B) | 307.8º | 0.45% | 0.88% | - |
| XYZ | 49.71 | 34.97 | 65.76 | - |
| YUV | 163.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 211 | 0 | 0.45 | 0.06 | 0.12 | 307.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | D3 | 0 | 2D | 6 | C | 134 | 3E | 44 |
| Octal | 340 | 174 | 323 | 0 | 55 | 6 | 14 | 464 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11010011 | 0 | 101101 | 110 | 1100 | 100110100 | 111110 | 1000100 |
Color Harmonies of #E07CD3
Complementary color
Monochromatic Colors of #E07CD3
Black with #E07CD3
Text Example
Text Example
White with #E07CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CD3; }
p { color: rgb(224,124,211); }
H1.HeaderClassName
{
color: #E07CD3;
}
.AnyTagClassName
{
color: #E07CD3;
}
</style>
background-color css
<style>
a { background-color: #E07CD3; }
a { background-color: rgb(224,124,211); }
div.DivClassName
{
background-color: #E07CD3;
}
.BgClassName
{
background-color: #E07CD3;
}
</style>
border-color css
<style>
span { border-color: #E07CD3; }
span { border-color: rgb(224,124,211); }
td.TdClassName
{
border-color: #E07CD3;
}
.TagClassName
{
border-color: #E07CD3;
}
</style>