Shades of Orchid #E268D1
Tints of Orchid #E268D1
RGB
CMYK
RGB Variations
Color information
#E268D1 (or 0xE268D1) is known color: Orchid. HEX triplet: E2, 68 and D1. RGB value is (226,104,209). Sum of RGB (Red+Green+Blue) = 226+104+209=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E268D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268D1 is #1D972E. Grayscale: #989898. Windows color (decimal): -1939247 or 13723874. OLE color: 13723874.
HSL color Cylindrical-coordinate representation of color #E268D1: hue angle of 308.36º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E268D1 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 209 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.11 |
| HSL | 308.36º | 0.68% | 0.65% | - |
| HSV(B) | 308.36º | 0.54% | 0.89% | - |
| XYZ | 47.82 | 30.67 | 63.72 | - |
| YUV | 152.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 209 | 0 | 0.54 | 0.08 | 0.11 | 308.36 | 0.68 | 0.65 |
| Hex | E2 | 68 | D1 | 0 | 36 | 8 | B | 134 | 44 | 41 |
| Octal | 342 | 150 | 321 | 0 | 66 | 10 | 13 | 464 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11010001 | 0 | 110110 | 1000 | 1011 | 100110100 | 1000100 | 1000001 |
Color Harmonies of #E268D1
Complementary color
Monochromatic Colors of #E268D1
Black with #E268D1
Text Example
Text Example
White with #E268D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268D1; }
p { color: rgb(226,104,209); }
H1.HeaderClassName
{
color: #E268D1;
}
.AnyTagClassName
{
color: #E268D1;
}
</style>
background-color css
<style>
a { background-color: #E268D1; }
a { background-color: rgb(226,104,209); }
div.DivClassName
{
background-color: #E268D1;
}
.BgClassName
{
background-color: #E268D1;
}
</style>
border-color css
<style>
span { border-color: #E268D1; }
span { border-color: rgb(226,104,209); }
td.TdClassName
{
border-color: #E268D1;
}
.TagClassName
{
border-color: #E268D1;
}
</style>