Shades of Orchid #E26ACC
Tints of Orchid #E26ACC
RGB
CMYK
RGB Variations
Color information
#E26ACC (or 0xE26ACC) is known color: Orchid. HEX triplet: E2, 6A and CC. RGB value is (226,106,204). Sum of RGB (Red+Green+Blue) = 226+106+204=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ACC is #1D9533. Grayscale: #989898. Windows color (decimal): -1938740 or 13396706. OLE color: 13396706.
HSL color Cylindrical-coordinate representation of color #E26ACC: hue angle of 311º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26ACC is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 204 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.11 |
| HSL | 311º | 0.67% | 0.65% | - |
| HSV(B) | 311º | 0.53% | 0.89% | - |
| XYZ | 47.42 | 30.84 | 60.58 | - |
| YUV | 153.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 204 | 0 | 0.53 | 0.10 | 0.11 | 311 | 0.67 | 0.65 |
| Hex | E2 | 6A | CC | 0 | 35 | A | B | 137 | 43 | 41 |
| Octal | 342 | 152 | 314 | 0 | 65 | 12 | 13 | 467 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11001100 | 0 | 110101 | 1010 | 1011 | 100110111 | 1000011 | 1000001 |
Color Harmonies of #E26ACC
Complementary color
Monochromatic Colors of #E26ACC
Black with #E26ACC
Text Example
Text Example
White with #E26ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ACC; }
p { color: rgb(226,106,204); }
H1.HeaderClassName
{
color: #E26ACC;
}
.AnyTagClassName
{
color: #E26ACC;
}
</style>
background-color css
<style>
a { background-color: #E26ACC; }
a { background-color: rgb(226,106,204); }
div.DivClassName
{
background-color: #E26ACC;
}
.BgClassName
{
background-color: #E26ACC;
}
</style>
border-color css
<style>
span { border-color: #E26ACC; }
span { border-color: rgb(226,106,204); }
td.TdClassName
{
border-color: #E26ACC;
}
.TagClassName
{
border-color: #E26ACC;
}
</style>