Shades of Orchid #E069DD
Tints of Orchid #E069DD
RGB
CMYK
RGB Variations
Color information
#E069DD (or 0xE069DD) is known color: Orchid. HEX triplet: E0, 69 and DD. RGB value is (224,105,221). Sum of RGB (Red+Green+Blue) = 224+105+221=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E069DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069DD is #1F9622. Grayscale: #999999. Windows color (decimal): -2070051 or 14510560. OLE color: 14510560.
HSL color Cylindrical-coordinate representation of color #E069DD: hue angle of 301.51º 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 #E069DD is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 221 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.12 |
| HSL | 301.51º | 0.66% | 0.65% | - |
| HSV(B) | 301.51º | 0.53% | 0.88% | - |
| XYZ | 48.84 | 31.17 | 71.85 | - |
| YUV | 153.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 221 | 0 | 0.53 | 0.01 | 0.12 | 301.51 | 0.66 | 0.65 |
| Hex | E0 | 69 | DD | 0 | 35 | 1 | C | 12E | 42 | 41 |
| Octal | 340 | 151 | 335 | 0 | 65 | 1 | 14 | 456 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11011101 | 0 | 110101 | 1 | 1100 | 100101110 | 1000010 | 1000001 |
Color Harmonies of #E069DD
Complementary color
Monochromatic Colors of #E069DD
Black with #E069DD
Text Example
Text Example
White with #E069DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069DD; }
p { color: rgb(224,105,221); }
H1.HeaderClassName
{
color: #E069DD;
}
.AnyTagClassName
{
color: #E069DD;
}
</style>
background-color css
<style>
a { background-color: #E069DD; }
a { background-color: rgb(224,105,221); }
div.DivClassName
{
background-color: #E069DD;
}
.BgClassName
{
background-color: #E069DD;
}
</style>
border-color css
<style>
span { border-color: #E069DD; }
span { border-color: rgb(224,105,221); }
td.TdClassName
{
border-color: #E069DD;
}
.TagClassName
{
border-color: #E069DD;
}
</style>