Shades of Orchid #E26FDC
Tints of Orchid #E26FDC
RGB
CMYK
RGB Variations
Color information
#E26FDC (or 0xE26FDC) is known color: Orchid. HEX triplet: E2, 6F and DC. RGB value is (226,111,220). Sum of RGB (Red+Green+Blue) = 226+111+220=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDC is #1D9023. Grayscale: #9D9D9D. Windows color (decimal): -1937444 or 14446562. OLE color: 14446562.
HSL color Cylindrical-coordinate representation of color #E26FDC: hue angle of 303.13º 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 #E26FDC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 220 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.11 |
| HSL | 303.13º | 0.66% | 0.66% | - |
| HSV(B) | 303.13º | 0.51% | 0.89% | - |
| XYZ | 49.97 | 32.7 | 71.39 | - |
| YUV | 157.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 220 | 0 | 0.51 | 0.03 | 0.11 | 303.13 | 0.66 | 0.66 |
| Hex | E2 | 6F | DC | 0 | 33 | 3 | B | 12F | 42 | 42 |
| Octal | 342 | 157 | 334 | 0 | 63 | 3 | 13 | 457 | 102 | 102 |
| Binary | 11100010 | 1101111 | 11011100 | 0 | 110011 | 11 | 1011 | 100101111 | 1000010 | 1000010 |
Color Harmonies of #E26FDC
Complementary color
Monochromatic Colors of #E26FDC
Black with #E26FDC
Text Example
Text Example
White with #E26FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FDC; }
p { color: rgb(226,111,220); }
H1.HeaderClassName
{
color: #E26FDC;
}
.AnyTagClassName
{
color: #E26FDC;
}
</style>
background-color css
<style>
a { background-color: #E26FDC; }
a { background-color: rgb(226,111,220); }
div.DivClassName
{
background-color: #E26FDC;
}
.BgClassName
{
background-color: #E26FDC;
}
</style>
border-color css
<style>
span { border-color: #E26FDC; }
span { border-color: rgb(226,111,220); }
td.TdClassName
{
border-color: #E26FDC;
}
.TagClassName
{
border-color: #E26FDC;
}
</style>