Shades of Orchid #E275DB
Tints of Orchid #E275DB
RGB
CMYK
RGB Variations
Color information
#E275DB (or 0xE275DB) is known color: Orchid. HEX triplet: E2, 75 and DB. RGB value is (226,117,219). Sum of RGB (Red+Green+Blue) = 226+117+219=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E275DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275DB is #1D8A24. Grayscale: #A0A0A0. Windows color (decimal): -1935909 or 14382562. OLE color: 14382562.
HSL color Cylindrical-coordinate representation of color #E275DB: hue angle of 303.85º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275DB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 219 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.11 |
| HSL | 303.85º | 0.65% | 0.67% | - |
| HSV(B) | 303.85º | 0.48% | 0.89% | - |
| XYZ | 50.51 | 34.01 | 70.92 | - |
| YUV | 161.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 219 | 0 | 0.48 | 0.03 | 0.11 | 303.85 | 0.65 | 0.67 |
| Hex | E2 | 75 | DB | 0 | 30 | 3 | B | 130 | 41 | 43 |
| Octal | 342 | 165 | 333 | 0 | 60 | 3 | 13 | 460 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11011011 | 0 | 110000 | 11 | 1011 | 100110000 | 1000001 | 1000011 |
Color Harmonies of #E275DB
Complementary color
Monochromatic Colors of #E275DB
Black with #E275DB
Text Example
Text Example
White with #E275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275DB; }
p { color: rgb(226,117,219); }
H1.HeaderClassName
{
color: #E275DB;
}
.AnyTagClassName
{
color: #E275DB;
}
</style>
background-color css
<style>
a { background-color: #E275DB; }
a { background-color: rgb(226,117,219); }
div.DivClassName
{
background-color: #E275DB;
}
.BgClassName
{
background-color: #E275DB;
}
</style>
border-color css
<style>
span { border-color: #E275DB; }
span { border-color: rgb(226,117,219); }
td.TdClassName
{
border-color: #E275DB;
}
.TagClassName
{
border-color: #E275DB;
}
</style>