Shades of Orchid #E273DF
Tints of Orchid #E273DF
RGB
CMYK
RGB Variations
Color information
#E273DF (or 0xE273DF) is known color: Orchid. HEX triplet: E2, 73 and DF. RGB value is (226,115,223). Sum of RGB (Red+Green+Blue) = 226+115+223=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DF is #1D8C20. Grayscale: #A0A0A0. Windows color (decimal): -1936417 or 14644194. OLE color: 14644194.
HSL color Cylindrical-coordinate representation of color #E273DF: hue angle of 301.62º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273DF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 223 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.11 |
| HSL | 301.62º | 0.66% | 0.67% | - |
| HSV(B) | 301.62º | 0.49% | 0.89% | - |
| XYZ | 50.81 | 33.76 | 73.65 | - |
| YUV | 160.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 223 | 0 | 0.49 | 0.01 | 0.11 | 301.62 | 0.66 | 0.67 |
| Hex | E2 | 73 | DF | 0 | 31 | 1 | B | 12E | 42 | 43 |
| Octal | 342 | 163 | 337 | 0 | 61 | 1 | 13 | 456 | 102 | 103 |
| Binary | 11100010 | 1110011 | 11011111 | 0 | 110001 | 1 | 1011 | 100101110 | 1000010 | 1000011 |
Color Harmonies of #E273DF
Complementary color
Monochromatic Colors of #E273DF
Black with #E273DF
Text Example
Text Example
White with #E273DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273DF; }
p { color: rgb(226,115,223); }
H1.HeaderClassName
{
color: #E273DF;
}
.AnyTagClassName
{
color: #E273DF;
}
</style>
background-color css
<style>
a { background-color: #E273DF; }
a { background-color: rgb(226,115,223); }
div.DivClassName
{
background-color: #E273DF;
}
.BgClassName
{
background-color: #E273DF;
}
</style>
border-color css
<style>
span { border-color: #E273DF; }
span { border-color: rgb(226,115,223); }
td.TdClassName
{
border-color: #E273DF;
}
.TagClassName
{
border-color: #E273DF;
}
</style>