Shades of Orchid #E067C0
Tints of Orchid #E067C0
RGB
CMYK
RGB Variations
Color information
#E067C0 (or 0xE067C0) is known color: Orchid. HEX triplet: E0, 67 and C0. RGB value is (224,103,192). Sum of RGB (Red+Green+Blue) = 224+103+192=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E067C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067C0 is #1F983F. Grayscale: #959595. Windows color (decimal): -2070592 or 12609504. OLE color: 12609504.
HSL color Cylindrical-coordinate representation of color #E067C0: hue angle of 315.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067C0 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 192 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.12 |
| HSL | 315.87º | 0.66% | 0.64% | - |
| HSV(B) | 315.87º | 0.54% | 0.88% | - |
| XYZ | 45.11 | 29.35 | 53.16 | - |
| YUV | 149.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 192 | 0 | 0.54 | 0.14 | 0.12 | 315.87 | 0.66 | 0.64 |
| Hex | E0 | 67 | C0 | 0 | 36 | E | C | 13C | 42 | 40 |
| Octal | 340 | 147 | 300 | 0 | 66 | 16 | 14 | 474 | 102 | 100 |
| Binary | 11100000 | 1100111 | 11000000 | 0 | 110110 | 1110 | 1100 | 100111100 | 1000010 | 1000000 |
Color Harmonies of #E067C0
Complementary color
Monochromatic Colors of #E067C0
Black with #E067C0
Text Example
Text Example
White with #E067C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067C0; }
p { color: rgb(224,103,192); }
H1.HeaderClassName
{
color: #E067C0;
}
.AnyTagClassName
{
color: #E067C0;
}
</style>
background-color css
<style>
a { background-color: #E067C0; }
a { background-color: rgb(224,103,192); }
div.DivClassName
{
background-color: #E067C0;
}
.BgClassName
{
background-color: #E067C0;
}
</style>
border-color css
<style>
span { border-color: #E067C0; }
span { border-color: rgb(224,103,192); }
td.TdClassName
{
border-color: #E067C0;
}
.TagClassName
{
border-color: #E067C0;
}
</style>