Shades of Orchid #E26AD2
Tints of Orchid #E26AD2
RGB
CMYK
RGB Variations
Color information
#E26AD2 (or 0xE26AD2) is known color: Orchid. HEX triplet: E2, 6A and D2. RGB value is (226,106,210). Sum of RGB (Red+Green+Blue) = 226+106+210=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD2 is #1D952D. Grayscale: #999999. Windows color (decimal): -1938734 or 13789922. OLE color: 13789922.
HSL color Cylindrical-coordinate representation of color #E26AD2: hue angle of 308º 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 #E26AD2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 210 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.11 |
| HSL | 308º | 0.67% | 0.65% | - |
| HSV(B) | 308º | 0.53% | 0.89% | - |
| XYZ | 48.15 | 31.13 | 64.44 | - |
| YUV | 153.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 210 | 0 | 0.53 | 0.07 | 0.11 | 308 | 0.67 | 0.65 |
| Hex | E2 | 6A | D2 | 0 | 35 | 7 | B | 134 | 43 | 41 |
| Octal | 342 | 152 | 322 | 0 | 65 | 7 | 13 | 464 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11010010 | 0 | 110101 | 111 | 1011 | 100110100 | 1000011 | 1000001 |
Color Harmonies of #E26AD2
Complementary color
Monochromatic Colors of #E26AD2
Black with #E26AD2
Text Example
Text Example
White with #E26AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AD2; }
p { color: rgb(226,106,210); }
H1.HeaderClassName
{
color: #E26AD2;
}
.AnyTagClassName
{
color: #E26AD2;
}
</style>
background-color css
<style>
a { background-color: #E26AD2; }
a { background-color: rgb(226,106,210); }
div.DivClassName
{
background-color: #E26AD2;
}
.BgClassName
{
background-color: #E26AD2;
}
</style>
border-color css
<style>
span { border-color: #E26AD2; }
span { border-color: rgb(226,106,210); }
td.TdClassName
{
border-color: #E26AD2;
}
.TagClassName
{
border-color: #E26AD2;
}
</style>