Shades of Orchid #E069DF
Tints of Orchid #E069DF
RGB
CMYK
RGB Variations
Color information
#E069DF (or 0xE069DF) is known color: Orchid. HEX triplet: E0, 69 and DF. RGB value is (224,105,223). Sum of RGB (Red+Green+Blue) = 224+105+223=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E069DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069DF is #1F9620. Grayscale: #999999. Windows color (decimal): -2070049 or 14641632. OLE color: 14641632.
HSL color Cylindrical-coordinate representation of color #E069DF: hue angle of 300.5º 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 #E069DF is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 223 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.12 |
| HSL | 300.5º | 0.66% | 0.65% | - |
| HSV(B) | 300.5º | 0.53% | 0.88% | - |
| XYZ | 49.11 | 31.28 | 73.26 | - |
| YUV | 154.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 223 | 0 | 0.53 | 0.00 | 0.12 | 300.5 | 0.66 | 0.65 |
| Hex | E0 | 69 | DF | 0 | 35 | 0 | C | 12D | 42 | 41 |
| Octal | 340 | 151 | 337 | 0 | 65 | 0 | 14 | 455 | 102 | 101 |
| Binary | 11100000 | 1101001 | 11011111 | 0 | 110101 | 0 | 1100 | 100101101 | 1000010 | 1000001 |
Color Harmonies of #E069DF
Complementary color
Monochromatic Colors of #E069DF
Black with #E069DF
Text Example
Text Example
White with #E069DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069DF; }
p { color: rgb(224,105,223); }
H1.HeaderClassName
{
color: #E069DF;
}
.AnyTagClassName
{
color: #E069DF;
}
</style>
background-color css
<style>
a { background-color: #E069DF; }
a { background-color: rgb(224,105,223); }
div.DivClassName
{
background-color: #E069DF;
}
.BgClassName
{
background-color: #E069DF;
}
</style>
border-color css
<style>
span { border-color: #E069DF; }
span { border-color: rgb(224,105,223); }
td.TdClassName
{
border-color: #E069DF;
}
.TagClassName
{
border-color: #E069DF;
}
</style>