Shades of Orchid #E26FCD
Tints of Orchid #E26FCD
RGB
CMYK
RGB Variations
Color information
#E26FCD (or 0xE26FCD) is known color: Orchid. HEX triplet: E2, 6F and CD. RGB value is (226,111,205). Sum of RGB (Red+Green+Blue) = 226+111+205=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FCD is #1D9032. Grayscale: #9B9B9B. Windows color (decimal): -1937459 or 13463522. OLE color: 13463522.
HSL color Cylindrical-coordinate representation of color #E26FCD: hue angle of 310.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26FCD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 205 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.11 |
| HSL | 310.96º | 0.66% | 0.66% | - |
| HSV(B) | 310.96º | 0.51% | 0.89% | - |
| XYZ | 48.07 | 31.95 | 61.39 | - |
| YUV | 156.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 205 | 0 | 0.51 | 0.09 | 0.11 | 310.96 | 0.66 | 0.66 |
| Hex | E2 | 6F | CD | 0 | 33 | 9 | B | 137 | 42 | 42 |
| Octal | 342 | 157 | 315 | 0 | 63 | 11 | 13 | 467 | 102 | 102 |
| Binary | 11100010 | 1101111 | 11001101 | 0 | 110011 | 1001 | 1011 | 100110111 | 1000010 | 1000010 |
Color Harmonies of #E26FCD
Complementary color
Monochromatic Colors of #E26FCD
Black with #E26FCD
Text Example
Text Example
White with #E26FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FCD; }
p { color: rgb(226,111,205); }
H1.HeaderClassName
{
color: #E26FCD;
}
.AnyTagClassName
{
color: #E26FCD;
}
</style>
background-color css
<style>
a { background-color: #E26FCD; }
a { background-color: rgb(226,111,205); }
div.DivClassName
{
background-color: #E26FCD;
}
.BgClassName
{
background-color: #E26FCD;
}
</style>
border-color css
<style>
span { border-color: #E26FCD; }
span { border-color: rgb(226,111,205); }
td.TdClassName
{
border-color: #E26FCD;
}
.TagClassName
{
border-color: #E26FCD;
}
</style>