Shades of Orchid #E26ACF
Tints of Orchid #E26ACF
RGB
CMYK
RGB Variations
Color information
#E26ACF (or 0xE26ACF) is known color: Orchid. HEX triplet: E2, 6A and CF. RGB value is (226,106,207). Sum of RGB (Red+Green+Blue) = 226+106+207=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ACF is #1D9530. Grayscale: #999999. Windows color (decimal): -1938737 or 13593314. OLE color: 13593314.
HSL color Cylindrical-coordinate representation of color #E26ACF: hue angle of 309.5º 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 #E26ACF is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 207 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.11 |
| HSL | 309.5º | 0.67% | 0.65% | - |
| HSV(B) | 309.5º | 0.53% | 0.89% | - |
| XYZ | 47.78 | 30.98 | 62.49 | - |
| YUV | 153.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 207 | 0 | 0.53 | 0.08 | 0.11 | 309.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | CF | 0 | 35 | 8 | B | 136 | 43 | 41 |
| Octal | 342 | 152 | 317 | 0 | 65 | 10 | 13 | 466 | 103 | 101 |
| Binary | 11100010 | 1101010 | 11001111 | 0 | 110101 | 1000 | 1011 | 100110110 | 1000011 | 1000001 |
Color Harmonies of #E26ACF
Complementary color
Monochromatic Colors of #E26ACF
Black with #E26ACF
Text Example
Text Example
White with #E26ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ACF; }
p { color: rgb(226,106,207); }
H1.HeaderClassName
{
color: #E26ACF;
}
.AnyTagClassName
{
color: #E26ACF;
}
</style>
background-color css
<style>
a { background-color: #E26ACF; }
a { background-color: rgb(226,106,207); }
div.DivClassName
{
background-color: #E26ACF;
}
.BgClassName
{
background-color: #E26ACF;
}
</style>
border-color css
<style>
span { border-color: #E26ACF; }
span { border-color: rgb(226,106,207); }
td.TdClassName
{
border-color: #E26ACF;
}
.TagClassName
{
border-color: #E26ACF;
}
</style>