Shades of Orchid #E07CDB
Tints of Orchid #E07CDB
RGB
CMYK
RGB Variations
Color information
#E07CDB (or 0xE07CDB) is known color: Orchid. HEX triplet: E0, 7C and DB. RGB value is (224,124,219). Sum of RGB (Red+Green+Blue) = 224+124+219=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CDB is #1F8324. Grayscale: #A4A4A4. Windows color (decimal): -2065189 or 14384352. OLE color: 14384352.
HSL color Cylindrical-coordinate representation of color #E07CDB: hue angle of 303º 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 #E07CDB is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 219 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.12 |
| HSL | 303º | 0.62% | 0.68% | - |
| HSV(B) | 303º | 0.45% | 0.88% | - |
| XYZ | 50.73 | 35.38 | 71.17 | - |
| YUV | 164.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 219 | 0 | 0.45 | 0.02 | 0.12 | 303 | 0.62 | 0.68 |
| Hex | E0 | 7C | DB | 0 | 2D | 2 | C | 12F | 3E | 44 |
| Octal | 340 | 174 | 333 | 0 | 55 | 2 | 14 | 457 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11011011 | 0 | 101101 | 10 | 1100 | 100101111 | 111110 | 1000100 |
Color Harmonies of #E07CDB
Complementary color
Monochromatic Colors of #E07CDB
Black with #E07CDB
Text Example
Text Example
White with #E07CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CDB; }
p { color: rgb(224,124,219); }
H1.HeaderClassName
{
color: #E07CDB;
}
.AnyTagClassName
{
color: #E07CDB;
}
</style>
background-color css
<style>
a { background-color: #E07CDB; }
a { background-color: rgb(224,124,219); }
div.DivClassName
{
background-color: #E07CDB;
}
.BgClassName
{
background-color: #E07CDB;
}
</style>
border-color css
<style>
span { border-color: #E07CDB; }
span { border-color: rgb(224,124,219); }
td.TdClassName
{
border-color: #E07CDB;
}
.TagClassName
{
border-color: #E07CDB;
}
</style>