Shades of Orchid #E285DB
Tints of Orchid #E285DB
RGB
CMYK
RGB Variations
Color information
#E285DB (or 0xE285DB) is known color: Orchid. HEX triplet: E2, 85 and DB. RGB value is (226,133,219). Sum of RGB (Red+Green+Blue) = 226+133+219=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E285DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285DB is #1D7A24. Grayscale: #AAAAAA. Windows color (decimal): -1931813 or 14386658. OLE color: 14386658.
HSL color Cylindrical-coordinate representation of color #E285DB: hue angle of 304.52º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285DB is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 219 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.11 |
| HSL | 304.52º | 0.62% | 0.7% | - |
| HSV(B) | 304.52º | 0.41% | 0.89% | - |
| XYZ | 52.54 | 38.06 | 71.59 | - |
| YUV | 170.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 219 | 0 | 0.41 | 0.03 | 0.11 | 304.52 | 0.62 | 0.7 |
| Hex | E2 | 85 | DB | 0 | 29 | 3 | B | 131 | 3E | 46 |
| Octal | 342 | 205 | 333 | 0 | 51 | 3 | 13 | 461 | 76 | 106 |
| Binary | 11100010 | 10000101 | 11011011 | 0 | 101001 | 11 | 1011 | 100110001 | 111110 | 1000110 |
Color Harmonies of #E285DB
Complementary color
Monochromatic Colors of #E285DB
Black with #E285DB
Text Example
Text Example
White with #E285DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E285DB; }
p { color: rgb(226,133,219); }
H1.HeaderClassName
{
color: #E285DB;
}
.AnyTagClassName
{
color: #E285DB;
}
</style>
background-color css
<style>
a { background-color: #E285DB; }
a { background-color: rgb(226,133,219); }
div.DivClassName
{
background-color: #E285DB;
}
.BgClassName
{
background-color: #E285DB;
}
</style>
border-color css
<style>
span { border-color: #E285DB; }
span { border-color: rgb(226,133,219); }
td.TdClassName
{
border-color: #E285DB;
}
.TagClassName
{
border-color: #E285DB;
}
</style>