Shades of Orchid #E268CB
Tints of Orchid #E268CB
RGB
CMYK
RGB Variations
Color information
#E268CB (or 0xE268CB) is known color: Orchid. HEX triplet: E2, 68 and CB. RGB value is (226,104,203). Sum of RGB (Red+Green+Blue) = 226+104+203=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E268CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E268CB is #1D9734. Grayscale: #979797. Windows color (decimal): -1939253 or 13330658. OLE color: 13330658.
HSL color Cylindrical-coordinate representation of color #E268CB: hue angle of 311.31º 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 #E268CB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 203 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.11 |
| HSL | 311.31º | 0.68% | 0.65% | - |
| HSV(B) | 311.31º | 0.54% | 0.89% | - |
| XYZ | 47.09 | 30.38 | 59.88 | - |
| YUV | 151.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 203 | 0 | 0.54 | 0.10 | 0.11 | 311.31 | 0.68 | 0.65 |
| Hex | E2 | 68 | CB | 0 | 36 | A | B | 137 | 44 | 41 |
| Octal | 342 | 150 | 313 | 0 | 66 | 12 | 13 | 467 | 104 | 101 |
| Binary | 11100010 | 1101000 | 11001011 | 0 | 110110 | 1010 | 1011 | 100110111 | 1000100 | 1000001 |
Color Harmonies of #E268CB
Complementary color
Monochromatic Colors of #E268CB
Black with #E268CB
Text Example
Text Example
White with #E268CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E268CB; }
p { color: rgb(226,104,203); }
H1.HeaderClassName
{
color: #E268CB;
}
.AnyTagClassName
{
color: #E268CB;
}
</style>
background-color css
<style>
a { background-color: #E268CB; }
a { background-color: rgb(226,104,203); }
div.DivClassName
{
background-color: #E268CB;
}
.BgClassName
{
background-color: #E268CB;
}
</style>
border-color css
<style>
span { border-color: #E268CB; }
span { border-color: rgb(226,104,203); }
td.TdClassName
{
border-color: #E268CB;
}
.TagClassName
{
border-color: #E268CB;
}
</style>