Shades of Orchid #E26BC7
Tints of Orchid #E26BC7
RGB
CMYK
RGB Variations
Color information
#E26BC7 (or 0xE26BC7) is known color: Orchid. HEX triplet: E2, 6B and C7. RGB value is (226,107,199). Sum of RGB (Red+Green+Blue) = 226+107+199=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BC7 is #1D9438. Grayscale: #989898. Windows color (decimal): -1938489 or 13069282. OLE color: 13069282.
HSL color Cylindrical-coordinate representation of color #E26BC7: hue angle of 313.61º 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 #E26BC7 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 199 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.11 |
| HSL | 313.61º | 0.67% | 0.65% | - |
| HSV(B) | 313.61º | 0.53% | 0.89% | - |
| XYZ | 46.93 | 30.81 | 57.51 | - |
| YUV | 153.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 199 | 0 | 0.53 | 0.12 | 0.11 | 313.61 | 0.67 | 0.65 |
| Hex | E2 | 6B | C7 | 0 | 35 | C | B | 13A | 43 | 41 |
| Octal | 342 | 153 | 307 | 0 | 65 | 14 | 13 | 472 | 103 | 101 |
| Binary | 11100010 | 1101011 | 11000111 | 0 | 110101 | 1100 | 1011 | 100111010 | 1000011 | 1000001 |
Color Harmonies of #E26BC7
Complementary color
Monochromatic Colors of #E26BC7
Black with #E26BC7
Text Example
Text Example
White with #E26BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BC7; }
p { color: rgb(226,107,199); }
H1.HeaderClassName
{
color: #E26BC7;
}
.AnyTagClassName
{
color: #E26BC7;
}
</style>
background-color css
<style>
a { background-color: #E26BC7; }
a { background-color: rgb(226,107,199); }
div.DivClassName
{
background-color: #E26BC7;
}
.BgClassName
{
background-color: #E26BC7;
}
</style>
border-color css
<style>
span { border-color: #E26BC7; }
span { border-color: rgb(226,107,199); }
td.TdClassName
{
border-color: #E26BC7;
}
.TagClassName
{
border-color: #E26BC7;
}
</style>