Shades of Orchid #E369DF
Tints of Orchid #E369DF
RGB
CMYK
RGB Variations
Color information
#E369DF (or 0xE369DF) is known color: Orchid. HEX triplet: E3, 69 and DF. RGB value is (227,105,223). Sum of RGB (Red+Green+Blue) = 227+105+223=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E369DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369DF is #1C9620. Grayscale: #9A9A9A. Windows color (decimal): -1873441 or 14641635. OLE color: 14641635.
HSL color Cylindrical-coordinate representation of color #E369DF: hue angle of 301.97º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369DF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 223 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.11 |
| HSL | 301.97º | 0.69% | 0.65% | - |
| HSV(B) | 301.97º | 0.54% | 0.89% | - |
| XYZ | 50.05 | 31.76 | 73.3 | - |
| YUV | 154.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 223 | 0 | 0.54 | 0.02 | 0.11 | 301.97 | 0.69 | 0.65 |
| Hex | E3 | 69 | DF | 0 | 36 | 2 | B | 12E | 45 | 41 |
| Octal | 343 | 151 | 337 | 0 | 66 | 2 | 13 | 456 | 105 | 101 |
| Binary | 11100011 | 1101001 | 11011111 | 0 | 110110 | 10 | 1011 | 100101110 | 1000101 | 1000001 |
Color Harmonies of #E369DF
Complementary color
Monochromatic Colors of #E369DF
Black with #E369DF
Text Example
Text Example
White with #E369DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369DF; }
p { color: rgb(227,105,223); }
H1.HeaderClassName
{
color: #E369DF;
}
.AnyTagClassName
{
color: #E369DF;
}
</style>
background-color css
<style>
a { background-color: #E369DF; }
a { background-color: rgb(227,105,223); }
div.DivClassName
{
background-color: #E369DF;
}
.BgClassName
{
background-color: #E369DF;
}
</style>
border-color css
<style>
span { border-color: #E369DF; }
span { border-color: rgb(227,105,223); }
td.TdClassName
{
border-color: #E369DF;
}
.TagClassName
{
border-color: #E369DF;
}
</style>