Shades of Orchid #E079CD
Tints of Orchid #E079CD
RGB
CMYK
RGB Variations
Color information
#E079CD (or 0xE079CD) is known color: Orchid. HEX triplet: E0, 79 and CD. RGB value is (224,121,205). Sum of RGB (Red+Green+Blue) = 224+121+205=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E079CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079CD is #1F8632. Grayscale: #A1A1A1. Windows color (decimal): -2065971 or 13466080. OLE color: 13466080.
HSL color Cylindrical-coordinate representation of color #E079CD: hue angle of 311.07º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079CD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 205 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.12 |
| HSL | 311.07º | 0.62% | 0.68% | - |
| HSV(B) | 311.07º | 0.46% | 0.88% | - |
| XYZ | 48.6 | 33.93 | 61.75 | - |
| YUV | 161.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 205 | 0 | 0.46 | 0.08 | 0.12 | 311.07 | 0.62 | 0.68 |
| Hex | E0 | 79 | CD | 0 | 2E | 8 | C | 137 | 3E | 44 |
| Octal | 340 | 171 | 315 | 0 | 56 | 10 | 14 | 467 | 76 | 104 |
| Binary | 11100000 | 1111001 | 11001101 | 0 | 101110 | 1000 | 1100 | 100110111 | 111110 | 1000100 |
Color Harmonies of #E079CD
Complementary color
Monochromatic Colors of #E079CD
Black with #E079CD
Text Example
Text Example
White with #E079CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E079CD; }
p { color: rgb(224,121,205); }
H1.HeaderClassName
{
color: #E079CD;
}
.AnyTagClassName
{
color: #E079CD;
}
</style>
background-color css
<style>
a { background-color: #E079CD; }
a { background-color: rgb(224,121,205); }
div.DivClassName
{
background-color: #E079CD;
}
.BgClassName
{
background-color: #E079CD;
}
</style>
border-color css
<style>
span { border-color: #E079CD; }
span { border-color: rgb(224,121,205); }
td.TdClassName
{
border-color: #E079CD;
}
.TagClassName
{
border-color: #E079CD;
}
</style>