Shades of Orchid #E069C0
Tints of Orchid #E069C0
RGB
CMYK
RGB Variations
Color information
#E069C0 (or 0xE069C0) is known color: Orchid. HEX triplet: E0, 69 and C0. RGB value is (224,105,192). Sum of RGB (Red+Green+Blue) = 224+105+192=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E069C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069C0 is #1F963F. Grayscale: #969696. Windows color (decimal): -2070080 or 12610016. OLE color: 12610016.
HSL color Cylindrical-coordinate representation of color #E069C0: hue angle of 316.13º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069C0 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 192 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.12 |
| HSL | 316.13º | 0.66% | 0.65% | - |
| HSV(B) | 316.13º | 0.53% | 0.88% | - |
| XYZ | 45.31 | 29.76 | 53.22 | - |
| YUV | 150.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 192 | 0 | 0.53 | 0.14 | 0.12 | 316.13 | 0.66 | 0.65 |
| Hex | E0 | 69 | C0 | 0 | 35 | E | C | 13C | 42 | 41 |
| Octal | 340 | 151 | 300 | 0 | 65 | 16 | 14 | 474 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11000000 | 0 | 110101 | 1110 | 1100 | 100111100 | 1000010 | 1000001 |
Color Harmonies of #E069C0
Complementary color
Monochromatic Colors of #E069C0
Black with #E069C0
Text Example
Text Example
White with #E069C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069C0; }
p { color: rgb(224,105,192); }
H1.HeaderClassName
{
color: #E069C0;
}
.AnyTagClassName
{
color: #E069C0;
}
</style>
background-color css
<style>
a { background-color: #E069C0; }
a { background-color: rgb(224,105,192); }
div.DivClassName
{
background-color: #E069C0;
}
.BgClassName
{
background-color: #E069C0;
}
</style>
border-color css
<style>
span { border-color: #E069C0; }
span { border-color: rgb(224,105,192); }
td.TdClassName
{
border-color: #E069C0;
}
.TagClassName
{
border-color: #E069C0;
}
</style>