Shades of Orchid #E268CE
Tints of Orchid #E268CE
RGB
CMYK
RGB Variations
Color information
#E268CE (or 0xE268CE) is known color: Orchid. HEX triplet: E2, 68 and CE. RGB value is (226,104,206). Sum of RGB (Red+Green+Blue) = 226+104+206=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E268CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268CE is #1D9731. Grayscale: #979797. Windows color (decimal): -1939250 or 13527266. OLE color: 13527266.
HSL color Cylindrical-coordinate representation of color #E268CE: hue angle of 309.84º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E268CE is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 206 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.11 |
| HSL | 309.84º | 0.68% | 0.65% | - |
| HSV(B) | 309.84º | 0.54% | 0.89% | - |
| XYZ | 47.45 | 30.53 | 61.78 | - |
| YUV | 152.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 206 | 0 | 0.54 | 0.09 | 0.11 | 309.84 | 0.68 | 0.65 |
| Hex | E2 | 68 | CE | 0 | 36 | 9 | B | 136 | 44 | 41 |
| Octal | 342 | 150 | 316 | 0 | 66 | 11 | 13 | 466 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11001110 | 0 | 110110 | 1001 | 1011 | 100110110 | 1000100 | 1000001 |
Color Harmonies of #E268CE
Complementary color
Monochromatic Colors of #E268CE
Black with #E268CE
Text Example
Text Example
White with #E268CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268CE; }
p { color: rgb(226,104,206); }
H1.HeaderClassName
{
color: #E268CE;
}
.AnyTagClassName
{
color: #E268CE;
}
</style>
background-color css
<style>
a { background-color: #E268CE; }
a { background-color: rgb(226,104,206); }
div.DivClassName
{
background-color: #E268CE;
}
.BgClassName
{
background-color: #E268CE;
}
</style>
border-color css
<style>
span { border-color: #E268CE; }
span { border-color: rgb(226,104,206); }
td.TdClassName
{
border-color: #E268CE;
}
.TagClassName
{
border-color: #E268CE;
}
</style>