Shades of Orchid #E26CDC
Tints of Orchid #E26CDC
RGB
CMYK
RGB Variations
Color information
#E26CDC (or 0xE26CDC) is known color: Orchid. HEX triplet: E2, 6C and DC. RGB value is (226,108,220). Sum of RGB (Red+Green+Blue) = 226+108+220=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDC is #1D9323. Grayscale: #9B9B9B. Windows color (decimal): -1938212 or 14445794. OLE color: 14445794.
HSL color Cylindrical-coordinate representation of color #E26CDC: hue angle of 303.05º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CDC is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 220 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.11 |
| HSL | 303.05º | 0.67% | 0.65% | - |
| HSV(B) | 303.05º | 0.52% | 0.89% | - |
| XYZ | 49.64 | 32.06 | 71.28 | - |
| YUV | 156.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 220 | 0 | 0.52 | 0.03 | 0.11 | 303.05 | 0.67 | 0.65 |
| Hex | E2 | 6C | DC | 0 | 34 | 3 | B | 12F | 43 | 41 |
| Octal | 342 | 154 | 334 | 0 | 64 | 3 | 13 | 457 | 103 | 101 |
| Binary | 11100010 | 1101100 | 11011100 | 0 | 110100 | 11 | 1011 | 100101111 | 1000011 | 1000001 |
Color Harmonies of #E26CDC
Complementary color
Monochromatic Colors of #E26CDC
Black with #E26CDC
Text Example
Text Example
White with #E26CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CDC; }
p { color: rgb(226,108,220); }
H1.HeaderClassName
{
color: #E26CDC;
}
.AnyTagClassName
{
color: #E26CDC;
}
</style>
background-color css
<style>
a { background-color: #E26CDC; }
a { background-color: rgb(226,108,220); }
div.DivClassName
{
background-color: #E26CDC;
}
.BgClassName
{
background-color: #E26CDC;
}
</style>
border-color css
<style>
span { border-color: #E26CDC; }
span { border-color: rgb(226,108,220); }
td.TdClassName
{
border-color: #E26CDC;
}
.TagClassName
{
border-color: #E26CDC;
}
</style>