Shades of Orchid #E26FCB
Tints of Orchid #E26FCB
RGB
CMYK
RGB Variations
Color information
#E26FCB (or 0xE26FCB) is known color: Orchid. HEX triplet: E2, 6F and CB. RGB value is (226,111,203). Sum of RGB (Red+Green+Blue) = 226+111+203=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FCB is #1D9034. Grayscale: #9B9B9B. Windows color (decimal): -1937461 or 13332450. OLE color: 13332450.
HSL color Cylindrical-coordinate representation of color #E26FCB: hue angle of 312º 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 #E26FCB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 203 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.11 |
| HSL | 312º | 0.66% | 0.66% | - |
| HSV(B) | 312º | 0.51% | 0.89% | - |
| XYZ | 47.83 | 31.85 | 60.13 | - |
| YUV | 155.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 203 | 0 | 0.51 | 0.10 | 0.11 | 312 | 0.66 | 0.66 |
| Hex | E2 | 6F | CB | 0 | 33 | A | B | 138 | 42 | 42 |
| Octal | 342 | 157 | 313 | 0 | 63 | 12 | 13 | 470 | 102 | 102 |
| Binary | 11100010 | 1101111 | 11001011 | 0 | 110011 | 1010 | 1011 | 100111000 | 1000010 | 1000010 |
Color Harmonies of #E26FCB
Complementary color
Monochromatic Colors of #E26FCB
Black with #E26FCB
Text Example
Text Example
White with #E26FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FCB; }
p { color: rgb(226,111,203); }
H1.HeaderClassName
{
color: #E26FCB;
}
.AnyTagClassName
{
color: #E26FCB;
}
</style>
background-color css
<style>
a { background-color: #E26FCB; }
a { background-color: rgb(226,111,203); }
div.DivClassName
{
background-color: #E26FCB;
}
.BgClassName
{
background-color: #E26FCB;
}
</style>
border-color css
<style>
span { border-color: #E26FCB; }
span { border-color: rgb(226,111,203); }
td.TdClassName
{
border-color: #E26FCB;
}
.TagClassName
{
border-color: #E26FCB;
}
</style>