Shades of Orchid #E275D1
Tints of Orchid #E275D1
RGB
CMYK
RGB Variations
Color information
#E275D1 (or 0xE275D1) is known color: Orchid. HEX triplet: E2, 75 and D1. RGB value is (226,117,209). Sum of RGB (Red+Green+Blue) = 226+117+209=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E275D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275D1 is #1D8A2E. Grayscale: #9F9F9F. Windows color (decimal): -1935919 or 13727202. OLE color: 13727202.
HSL color Cylindrical-coordinate representation of color #E275D1: hue angle of 309.36º 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 #E275D1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 209 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.11 |
| HSL | 309.36º | 0.65% | 0.67% | - |
| HSV(B) | 309.36º | 0.48% | 0.89% | - |
| XYZ | 49.23 | 33.49 | 64.19 | - |
| YUV | 160.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 209 | 0 | 0.48 | 0.08 | 0.11 | 309.36 | 0.65 | 0.67 |
| Hex | E2 | 75 | D1 | 0 | 30 | 8 | B | 135 | 41 | 43 |
| Octal | 342 | 165 | 321 | 0 | 60 | 10 | 13 | 465 | 101 | 103 |
| Binary | 11100010 | 1110101 | 11010001 | 0 | 110000 | 1000 | 1011 | 100110101 | 1000001 | 1000011 |
Color Harmonies of #E275D1
Complementary color
Monochromatic Colors of #E275D1
Black with #E275D1
Text Example
Text Example
White with #E275D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275D1; }
p { color: rgb(226,117,209); }
H1.HeaderClassName
{
color: #E275D1;
}
.AnyTagClassName
{
color: #E275D1;
}
</style>
background-color css
<style>
a { background-color: #E275D1; }
a { background-color: rgb(226,117,209); }
div.DivClassName
{
background-color: #E275D1;
}
.BgClassName
{
background-color: #E275D1;
}
</style>
border-color css
<style>
span { border-color: #E275D1; }
span { border-color: rgb(226,117,209); }
td.TdClassName
{
border-color: #E275D1;
}
.TagClassName
{
border-color: #E275D1;
}
</style>