Shades of Orchid #E569DF
Tints of Orchid #E569DF
RGB
CMYK
RGB Variations
Color information
#E569DF (or 0xE569DF) is known color: Orchid. HEX triplet: E5, 69 and DF. RGB value is (229,105,223). Sum of RGB (Red+Green+Blue) = 229+105+223=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E569DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569DF is #1A9620. Grayscale: #9B9B9B. Windows color (decimal): -1742369 or 14641637. OLE color: 14641637.
HSL color Cylindrical-coordinate representation of color #E569DF: hue angle of 302.9º 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 #E569DF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 223 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.10 |
| HSL | 302.9º | 0.7% | 0.65% | - |
| HSV(B) | 302.9º | 0.54% | 0.9% | - |
| XYZ | 50.68 | 32.09 | 73.33 | - |
| YUV | 155.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 223 | 0 | 0.54 | 0.03 | 0.10 | 302.9 | 0.7 | 0.65 |
| Hex | E5 | 69 | DF | 0 | 36 | 3 | A | 12F | 46 | 41 |
| Octal | 345 | 151 | 337 | 0 | 66 | 3 | 12 | 457 | 106 | 101 |
| Binary | 11100101 | 1101001 | 11011111 | 0 | 110110 | 11 | 1010 | 100101111 | 1000110 | 1000001 |
Color Harmonies of #E569DF
Complementary color
Monochromatic Colors of #E569DF
Black with #E569DF
Text Example
Text Example
White with #E569DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569DF; }
p { color: rgb(229,105,223); }
H1.HeaderClassName
{
color: #E569DF;
}
.AnyTagClassName
{
color: #E569DF;
}
</style>
background-color css
<style>
a { background-color: #E569DF; }
a { background-color: rgb(229,105,223); }
div.DivClassName
{
background-color: #E569DF;
}
.BgClassName
{
background-color: #E569DF;
}
</style>
border-color css
<style>
span { border-color: #E569DF; }
span { border-color: rgb(229,105,223); }
td.TdClassName
{
border-color: #E569DF;
}
.TagClassName
{
border-color: #E569DF;
}
</style>