Shades of Orchid #E569DD
Tints of Orchid #E569DD
RGB
CMYK
RGB Variations
Color information
#E569DD (or 0xE569DD) is known color: Orchid. HEX triplet: E5, 69 and DD. RGB value is (229,105,221). Sum of RGB (Red+Green+Blue) = 229+105+221=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E569DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569DD is #1A9622. Grayscale: #9A9A9A. Windows color (decimal): -1742371 or 14510565. OLE color: 14510565.
HSL color Cylindrical-coordinate representation of color #E569DD: hue angle of 303.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569DD is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 221 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.10 |
| HSL | 303.87º | 0.7% | 0.65% | - |
| HSV(B) | 303.87º | 0.54% | 0.9% | - |
| XYZ | 50.42 | 31.98 | 71.92 | - |
| YUV | 155.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 221 | 0 | 0.54 | 0.03 | 0.10 | 303.87 | 0.7 | 0.65 |
| Hex | E5 | 69 | DD | 0 | 36 | 3 | A | 130 | 46 | 41 |
| Octal | 345 | 151 | 335 | 0 | 66 | 3 | 12 | 460 | 106 | 101 |
| Binary | 11100101 | 1101001 | 11011101 | 0 | 110110 | 11 | 1010 | 100110000 | 1000110 | 1000001 |
Color Harmonies of #E569DD
Complementary color
Monochromatic Colors of #E569DD
Black with #E569DD
Text Example
Text Example
White with #E569DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569DD; }
p { color: rgb(229,105,221); }
H1.HeaderClassName
{
color: #E569DD;
}
.AnyTagClassName
{
color: #E569DD;
}
</style>
background-color css
<style>
a { background-color: #E569DD; }
a { background-color: rgb(229,105,221); }
div.DivClassName
{
background-color: #E569DD;
}
.BgClassName
{
background-color: #E569DD;
}
</style>
border-color css
<style>
span { border-color: #E569DD; }
span { border-color: rgb(229,105,221); }
td.TdClassName
{
border-color: #E569DD;
}
.TagClassName
{
border-color: #E569DD;
}
</style>