Shades of Orchid #E074CD
Tints of Orchid #E074CD
RGB
CMYK
RGB Variations
Color information
#E074CD (or 0xE074CD) is known color: Orchid. HEX triplet: E0, 74 and CD. RGB value is (224,116,205). Sum of RGB (Red+Green+Blue) = 224+116+205=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E074CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074CD is #1F8B32. Grayscale: #9E9E9E. Windows color (decimal): -2067251 or 13464800. OLE color: 13464800.
HSL color Cylindrical-coordinate representation of color #E074CD: hue angle of 310.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074CD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 205 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.12 |
| HSL | 310.56º | 0.64% | 0.67% | - |
| HSV(B) | 310.56º | 0.48% | 0.88% | - |
| XYZ | 48.01 | 32.75 | 61.55 | - |
| YUV | 158.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 205 | 0 | 0.48 | 0.08 | 0.12 | 310.56 | 0.64 | 0.67 |
| Hex | E0 | 74 | CD | 0 | 30 | 8 | C | 137 | 40 | 43 |
| Octal | 340 | 164 | 315 | 0 | 60 | 10 | 14 | 467 | 100 | 103 |
| Binary | 11100000 | 1110100 | 11001101 | 0 | 110000 | 1000 | 1100 | 100110111 | 1000000 | 1000011 |
Color Harmonies of #E074CD
Complementary color
Monochromatic Colors of #E074CD
Black with #E074CD
Text Example
Text Example
White with #E074CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074CD; }
p { color: rgb(224,116,205); }
H1.HeaderClassName
{
color: #E074CD;
}
.AnyTagClassName
{
color: #E074CD;
}
</style>
background-color css
<style>
a { background-color: #E074CD; }
a { background-color: rgb(224,116,205); }
div.DivClassName
{
background-color: #E074CD;
}
.BgClassName
{
background-color: #E074CD;
}
</style>
border-color css
<style>
span { border-color: #E074CD; }
span { border-color: rgb(224,116,205); }
td.TdClassName
{
border-color: #E074CD;
}
.TagClassName
{
border-color: #E074CD;
}
</style>