Shades of Orchid #E269DF
Tints of Orchid #E269DF
RGB
CMYK
RGB Variations
Color information
#E269DF (or 0xE269DF) is known color: Orchid. HEX triplet: E2, 69 and DF. RGB value is (226,105,223). Sum of RGB (Red+Green+Blue) = 226+105+223=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DF is #1D9620. Grayscale: #9A9A9A. Windows color (decimal): -1938977 or 14641634. OLE color: 14641634.
HSL color Cylindrical-coordinate representation of color #E269DF: hue angle of 301.49º degrees, saturation: 0.68, 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 #E269DF is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 223 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.11 |
| HSL | 301.49º | 0.68% | 0.65% | - |
| HSV(B) | 301.49º | 0.54% | 0.89% | - |
| XYZ | 49.73 | 31.6 | 73.29 | - |
| YUV | 154.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 223 | 0 | 0.54 | 0.01 | 0.11 | 301.49 | 0.68 | 0.65 |
| Hex | E2 | 69 | DF | 0 | 36 | 1 | B | 12D | 44 | 41 |
| Octal | 342 | 151 | 337 | 0 | 66 | 1 | 13 | 455 | 104 | 101 |
| Binary | 11100010 | 1101001 | 11011111 | 0 | 110110 | 1 | 1011 | 100101101 | 1000100 | 1000001 |
Color Harmonies of #E269DF
Complementary color
Monochromatic Colors of #E269DF
Black with #E269DF
Text Example
Text Example
White with #E269DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269DF; }
p { color: rgb(226,105,223); }
H1.HeaderClassName
{
color: #E269DF;
}
.AnyTagClassName
{
color: #E269DF;
}
</style>
background-color css
<style>
a { background-color: #E269DF; }
a { background-color: rgb(226,105,223); }
div.DivClassName
{
background-color: #E269DF;
}
.BgClassName
{
background-color: #E269DF;
}
</style>
border-color css
<style>
span { border-color: #E269DF; }
span { border-color: rgb(226,105,223); }
td.TdClassName
{
border-color: #E269DF;
}
.TagClassName
{
border-color: #E269DF;
}
</style>