Shades of Orchid #E276D1
Tints of Orchid #E276D1
RGB
CMYK
RGB Variations
Color information
#E276D1 (or 0xE276D1) is known color: Orchid. HEX triplet: E2, 76 and D1. RGB value is (226,118,209). Sum of RGB (Red+Green+Blue) = 226+118+209=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E276D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276D1 is #1D892E. Grayscale: #A0A0A0. Windows color (decimal): -1935663 or 13727458. OLE color: 13727458.
HSL color Cylindrical-coordinate representation of color #E276D1: hue angle of 309.44º 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 #E276D1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 209 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.11 |
| HSL | 309.44º | 0.65% | 0.67% | - |
| HSV(B) | 309.44º | 0.48% | 0.89% | - |
| XYZ | 49.35 | 33.73 | 64.23 | - |
| YUV | 160.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 209 | 0 | 0.48 | 0.08 | 0.11 | 309.44 | 0.65 | 0.67 |
| Hex | E2 | 76 | D1 | 0 | 30 | 8 | B | 135 | 41 | 43 |
| Octal | 342 | 166 | 321 | 0 | 60 | 10 | 13 | 465 | 101 | 103 |
| Binary | 11100010 | 1110110 | 11010001 | 0 | 110000 | 1000 | 1011 | 100110101 | 1000001 | 1000011 |
Color Harmonies of #E276D1
Complementary color
Monochromatic Colors of #E276D1
Black with #E276D1
Text Example
Text Example
White with #E276D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276D1; }
p { color: rgb(226,118,209); }
H1.HeaderClassName
{
color: #E276D1;
}
.AnyTagClassName
{
color: #E276D1;
}
</style>
background-color css
<style>
a { background-color: #E276D1; }
a { background-color: rgb(226,118,209); }
div.DivClassName
{
background-color: #E276D1;
}
.BgClassName
{
background-color: #E276D1;
}
</style>
border-color css
<style>
span { border-color: #E276D1; }
span { border-color: rgb(226,118,209); }
td.TdClassName
{
border-color: #E276D1;
}
.TagClassName
{
border-color: #E276D1;
}
</style>