Shades of Orchid #E26FC4
Tints of Orchid #E26FC4
RGB
CMYK
RGB Variations
Color information
#E26FC4 (or 0xE26FC4) is known color: Orchid. HEX triplet: E2, 6F and C4. RGB value is (226,111,196). Sum of RGB (Red+Green+Blue) = 226+111+196=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FC4 is #1D903B. Grayscale: #9A9A9A. Windows color (decimal): -1937468 or 12873698. OLE color: 12873698.
HSL color Cylindrical-coordinate representation of color #E26FC4: hue angle of 315.65º 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 #E26FC4 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 196 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.11 |
| HSL | 315.65º | 0.66% | 0.66% | - |
| HSV(B) | 315.65º | 0.51% | 0.89% | - |
| XYZ | 47.01 | 31.52 | 55.83 | - |
| YUV | 155.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 196 | 0 | 0.51 | 0.13 | 0.11 | 315.65 | 0.66 | 0.66 |
| Hex | E2 | 6F | C4 | 0 | 33 | D | B | 13C | 42 | 42 |
| Octal | 342 | 157 | 304 | 0 | 63 | 15 | 13 | 474 | 102 | 102 |
| Binary | 11100010 | 1101111 | 11000100 | 0 | 110011 | 1101 | 1011 | 100111100 | 1000010 | 1000010 |
Color Harmonies of #E26FC4
Complementary color
Monochromatic Colors of #E26FC4
Black with #E26FC4
Text Example
Text Example
White with #E26FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26FC4; }
p { color: rgb(226,111,196); }
H1.HeaderClassName
{
color: #E26FC4;
}
.AnyTagClassName
{
color: #E26FC4;
}
</style>
background-color css
<style>
a { background-color: #E26FC4; }
a { background-color: rgb(226,111,196); }
div.DivClassName
{
background-color: #E26FC4;
}
.BgClassName
{
background-color: #E26FC4;
}
</style>
border-color css
<style>
span { border-color: #E26FC4; }
span { border-color: rgb(226,111,196); }
td.TdClassName
{
border-color: #E26FC4;
}
.TagClassName
{
border-color: #E26FC4;
}
</style>