Shades of Orchid #E26BDF
Tints of Orchid #E26BDF
RGB
CMYK
RGB Variations
Color information
#E26BDF (or 0xE26BDF) is known color: Orchid. HEX triplet: E2, 6B and DF. RGB value is (226,107,223). Sum of RGB (Red+Green+Blue) = 226+107+223=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BDF is #1D9420. Grayscale: #9B9B9B. Windows color (decimal): -1938465 or 14642146. OLE color: 14642146.
HSL color Cylindrical-coordinate representation of color #E26BDF: hue angle of 301.51º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26BDF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 223 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.11 |
| HSL | 301.51º | 0.67% | 0.65% | - |
| HSV(B) | 301.51º | 0.53% | 0.89% | - |
| XYZ | 49.94 | 32.01 | 73.36 | - |
| YUV | 155.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 223 | 0 | 0.53 | 0.01 | 0.11 | 301.51 | 0.67 | 0.65 |
| Hex | E2 | 6B | DF | 0 | 35 | 1 | B | 12E | 43 | 41 |
| Octal | 342 | 153 | 337 | 0 | 65 | 1 | 13 | 456 | 103 | 101 |
| Binary | 11100010 | 1101011 | 11011111 | 0 | 110101 | 1 | 1011 | 100101110 | 1000011 | 1000001 |
Color Harmonies of #E26BDF
Complementary color
Monochromatic Colors of #E26BDF
Black with #E26BDF
Text Example
Text Example
White with #E26BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BDF; }
p { color: rgb(226,107,223); }
H1.HeaderClassName
{
color: #E26BDF;
}
.AnyTagClassName
{
color: #E26BDF;
}
</style>
background-color css
<style>
a { background-color: #E26BDF; }
a { background-color: rgb(226,107,223); }
div.DivClassName
{
background-color: #E26BDF;
}
.BgClassName
{
background-color: #E26BDF;
}
</style>
border-color css
<style>
span { border-color: #E26BDF; }
span { border-color: rgb(226,107,223); }
td.TdClassName
{
border-color: #E26BDF;
}
.TagClassName
{
border-color: #E26BDF;
}
</style>