Shades of Orchid #E26DC7
Tints of Orchid #E26DC7
RGB
CMYK
RGB Variations
Color information
#E26DC7 (or 0xE26DC7) is known color: Orchid. HEX triplet: E2, 6D and C7. RGB value is (226,109,199). Sum of RGB (Red+Green+Blue) = 226+109+199=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DC7 is #1D9238. Grayscale: #9A9A9A. Windows color (decimal): -1937977 or 13069794. OLE color: 13069794.
HSL color Cylindrical-coordinate representation of color #E26DC7: hue angle of 313.85º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DC7 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 199 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.11 |
| HSL | 313.85º | 0.67% | 0.66% | - |
| HSV(B) | 313.85º | 0.52% | 0.89% | - |
| XYZ | 47.14 | 31.23 | 57.58 | - |
| YUV | 154.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 199 | 0 | 0.52 | 0.12 | 0.11 | 313.85 | 0.67 | 0.66 |
| Hex | E2 | 6D | C7 | 0 | 34 | C | B | 13A | 43 | 42 |
| Octal | 342 | 155 | 307 | 0 | 64 | 14 | 13 | 472 | 103 | 102 |
| Binary | 11100010 | 1101101 | 11000111 | 0 | 110100 | 1100 | 1011 | 100111010 | 1000011 | 1000010 |
Color Harmonies of #E26DC7
Complementary color
Monochromatic Colors of #E26DC7
Black with #E26DC7
Text Example
Text Example
White with #E26DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DC7; }
p { color: rgb(226,109,199); }
H1.HeaderClassName
{
color: #E26DC7;
}
.AnyTagClassName
{
color: #E26DC7;
}
</style>
background-color css
<style>
a { background-color: #E26DC7; }
a { background-color: rgb(226,109,199); }
div.DivClassName
{
background-color: #E26DC7;
}
.BgClassName
{
background-color: #E26DC7;
}
</style>
border-color css
<style>
span { border-color: #E26DC7; }
span { border-color: rgb(226,109,199); }
td.TdClassName
{
border-color: #E26DC7;
}
.TagClassName
{
border-color: #E26DC7;
}
</style>