Shades of Orchid #E069DE
Tints of Orchid #E069DE
RGB
CMYK
RGB Variations
Color information
#E069DE (or 0xE069DE) is known color: Orchid. HEX triplet: E0, 69 and DE. RGB value is (224,105,222). Sum of RGB (Red+Green+Blue) = 224+105+222=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E069DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069DE is #1F9621. Grayscale: #999999. Windows color (decimal): -2070050 or 14576096. OLE color: 14576096.
HSL color Cylindrical-coordinate representation of color #E069DE: hue angle of 301.01º 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 #E069DE is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 222 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.12 |
| HSL | 301.01º | 0.66% | 0.65% | - |
| HSV(B) | 301.01º | 0.53% | 0.88% | - |
| XYZ | 48.98 | 31.22 | 72.55 | - |
| YUV | 153.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 222 | 0 | 0.53 | 0.01 | 0.12 | 301.01 | 0.66 | 0.65 |
| Hex | E0 | 69 | DE | 0 | 35 | 1 | C | 12D | 42 | 41 |
| Octal | 340 | 151 | 336 | 0 | 65 | 1 | 14 | 455 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11011110 | 0 | 110101 | 1 | 1100 | 100101101 | 1000010 | 1000001 |
Color Harmonies of #E069DE
Complementary color
Monochromatic Colors of #E069DE
Black with #E069DE
Text Example
Text Example
White with #E069DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069DE; }
p { color: rgb(224,105,222); }
H1.HeaderClassName
{
color: #E069DE;
}
.AnyTagClassName
{
color: #E069DE;
}
</style>
background-color css
<style>
a { background-color: #E069DE; }
a { background-color: rgb(224,105,222); }
div.DivClassName
{
background-color: #E069DE;
}
.BgClassName
{
background-color: #E069DE;
}
</style>
border-color css
<style>
span { border-color: #E069DE; }
span { border-color: rgb(224,105,222); }
td.TdClassName
{
border-color: #E069DE;
}
.TagClassName
{
border-color: #E069DE;
}
</style>