Shades of Orchid #E26FC8
Tints of Orchid #E26FC8
RGB
CMYK
RGB Variations
Color information
#E26FC8 (or 0xE26FC8) is known color: Orchid. HEX triplet: E2, 6F and C8. RGB value is (226,111,200). Sum of RGB (Red+Green+Blue) = 226+111+200=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FC8 is #1D9037. Grayscale: #9B9B9B. Windows color (decimal): -1937464 or 13135842. OLE color: 13135842.
HSL color Cylindrical-coordinate representation of color #E26FC8: hue angle of 313.57º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26FC8 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 200 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.11 |
| HSL | 313.57º | 0.66% | 0.66% | - |
| HSV(B) | 313.57º | 0.51% | 0.89% | - |
| XYZ | 47.47 | 31.71 | 58.26 | - |
| YUV | 155.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 200 | 0 | 0.51 | 0.12 | 0.11 | 313.57 | 0.66 | 0.66 |
| Hex | E2 | 6F | C8 | 0 | 33 | C | B | 13A | 42 | 42 |
| Octal | 342 | 157 | 310 | 0 | 63 | 14 | 13 | 472 | 102 | 102 |
| Binary | 11100010 | 1101111 | 11001000 | 0 | 110011 | 1100 | 1011 | 100111010 | 1000010 | 1000010 |
Color Harmonies of #E26FC8
Complementary color
Monochromatic Colors of #E26FC8
Black with #E26FC8
Text Example
Text Example
White with #E26FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FC8; }
p { color: rgb(226,111,200); }
H1.HeaderClassName
{
color: #E26FC8;
}
.AnyTagClassName
{
color: #E26FC8;
}
</style>
background-color css
<style>
a { background-color: #E26FC8; }
a { background-color: rgb(226,111,200); }
div.DivClassName
{
background-color: #E26FC8;
}
.BgClassName
{
background-color: #E26FC8;
}
</style>
border-color css
<style>
span { border-color: #E26FC8; }
span { border-color: rgb(226,111,200); }
td.TdClassName
{
border-color: #E26FC8;
}
.TagClassName
{
border-color: #E26FC8;
}
</style>