Shades of Orchid #E26CDA
Tints of Orchid #E26CDA
RGB
CMYK
RGB Variations
Color information
#E26CDA (or 0xE26CDA) is known color: Orchid. HEX triplet: E2, 6C and DA. RGB value is (226,108,218). Sum of RGB (Red+Green+Blue) = 226+108+218=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDA is #1D9325. Grayscale: #9B9B9B. Windows color (decimal): -1938214 or 14314722. OLE color: 14314722.
HSL color Cylindrical-coordinate representation of color #E26CDA: hue angle of 304.07º 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 #E26CDA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 218 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.11 |
| HSL | 304.07º | 0.67% | 0.65% | - |
| HSV(B) | 304.07º | 0.52% | 0.89% | - |
| XYZ | 49.38 | 31.96 | 69.9 | - |
| YUV | 155.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 218 | 0 | 0.52 | 0.04 | 0.11 | 304.07 | 0.67 | 0.65 |
| Hex | E2 | 6C | DA | 0 | 34 | 4 | B | 130 | 43 | 41 |
| Octal | 342 | 154 | 332 | 0 | 64 | 4 | 13 | 460 | 103 | 101 |
| Binary | 11100010 | 1101100 | 11011010 | 0 | 110100 | 100 | 1011 | 100110000 | 1000011 | 1000001 |
Color Harmonies of #E26CDA
Complementary color
Monochromatic Colors of #E26CDA
Black with #E26CDA
Text Example
Text Example
White with #E26CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CDA; }
p { color: rgb(226,108,218); }
H1.HeaderClassName
{
color: #E26CDA;
}
.AnyTagClassName
{
color: #E26CDA;
}
</style>
background-color css
<style>
a { background-color: #E26CDA; }
a { background-color: rgb(226,108,218); }
div.DivClassName
{
background-color: #E26CDA;
}
.BgClassName
{
background-color: #E26CDA;
}
</style>
border-color css
<style>
span { border-color: #E26CDA; }
span { border-color: rgb(226,108,218); }
td.TdClassName
{
border-color: #E26CDA;
}
.TagClassName
{
border-color: #E26CDA;
}
</style>