Shades of Orchid #E072CD
Tints of Orchid #E072CD
RGB
CMYK
RGB Variations
Color information
#E072CD (or 0xE072CD) is known color: Orchid. HEX triplet: E0, 72 and CD. RGB value is (224,114,205). Sum of RGB (Red+Green+Blue) = 224+114+205=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E072CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072CD is #1F8D32. Grayscale: #9D9D9D. Windows color (decimal): -2067763 or 13464288. OLE color: 13464288.
HSL color Cylindrical-coordinate representation of color #E072CD: hue angle of 310.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E072CD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 205 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.12 |
| HSL | 310.36º | 0.64% | 0.66% | - |
| HSV(B) | 310.36º | 0.49% | 0.88% | - |
| XYZ | 47.78 | 32.29 | 61.47 | - |
| YUV | 157.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 205 | 0 | 0.49 | 0.08 | 0.12 | 310.36 | 0.64 | 0.66 |
| Hex | E0 | 72 | CD | 0 | 31 | 8 | C | 136 | 40 | 42 |
| Octal | 340 | 162 | 315 | 0 | 61 | 10 | 14 | 466 | 100 | 102 |
| Binary | 11100000 | 1110010 | 11001101 | 0 | 110001 | 1000 | 1100 | 100110110 | 1000000 | 1000010 |
Color Harmonies of #E072CD
Complementary color
Monochromatic Colors of #E072CD
Black with #E072CD
Text Example
Text Example
White with #E072CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072CD; }
p { color: rgb(224,114,205); }
H1.HeaderClassName
{
color: #E072CD;
}
.AnyTagClassName
{
color: #E072CD;
}
</style>
background-color css
<style>
a { background-color: #E072CD; }
a { background-color: rgb(224,114,205); }
div.DivClassName
{
background-color: #E072CD;
}
.BgClassName
{
background-color: #E072CD;
}
</style>
border-color css
<style>
span { border-color: #E072CD; }
span { border-color: rgb(224,114,205); }
td.TdClassName
{
border-color: #E072CD;
}
.TagClassName
{
border-color: #E072CD;
}
</style>