Shades of Orchid #E07CCE
Tints of Orchid #E07CCE
RGB
CMYK
RGB Variations
Color information
#E07CCE (or 0xE07CCE) is known color: Orchid. HEX triplet: E0, 7C and CE. RGB value is (224,124,206). Sum of RGB (Red+Green+Blue) = 224+124+206=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CCE is #1F8331. Grayscale: #A3A3A3. Windows color (decimal): -2065202 or 13532384. OLE color: 13532384.
HSL color Cylindrical-coordinate representation of color #E07CCE: hue angle of 310.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 #E07CCE is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 206 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.12 |
| HSL | 310.8º | 0.62% | 0.68% | - |
| HSV(B) | 310.8º | 0.45% | 0.88% | - |
| XYZ | 49.09 | 34.72 | 62.51 | - |
| YUV | 163.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 206 | 0 | 0.45 | 0.08 | 0.12 | 310.8 | 0.62 | 0.68 |
| Hex | E0 | 7C | CE | 0 | 2D | 8 | C | 137 | 3E | 44 |
| Octal | 340 | 174 | 316 | 0 | 55 | 10 | 14 | 467 | 76 | 104 |
| Binary | 11100000 | 1111100 | 11001110 | 0 | 101101 | 1000 | 1100 | 100110111 | 111110 | 1000100 |
Color Harmonies of #E07CCE
Complementary color
Monochromatic Colors of #E07CCE
Black with #E07CCE
Text Example
Text Example
White with #E07CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CCE; }
p { color: rgb(224,124,206); }
H1.HeaderClassName
{
color: #E07CCE;
}
.AnyTagClassName
{
color: #E07CCE;
}
</style>
background-color css
<style>
a { background-color: #E07CCE; }
a { background-color: rgb(224,124,206); }
div.DivClassName
{
background-color: #E07CCE;
}
.BgClassName
{
background-color: #E07CCE;
}
</style>
border-color css
<style>
span { border-color: #E07CCE; }
span { border-color: rgb(224,124,206); }
td.TdClassName
{
border-color: #E07CCE;
}
.TagClassName
{
border-color: #E07CCE;
}
</style>