Shades of Orchid #E27CCB
Tints of Orchid #E27CCB
RGB
CMYK
RGB Variations
Color information
#E27CCB (or 0xE27CCB) is known color: Orchid. HEX triplet: E2, 7C and CB. RGB value is (226,124,203). Sum of RGB (Red+Green+Blue) = 226+124+203=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CCB is #1D8334. Grayscale: #A3A3A3. Windows color (decimal): -1934133 or 13335778. OLE color: 13335778.
HSL color Cylindrical-coordinate representation of color #E27CCB: hue angle of 313.53º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27CCB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 203 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.11 |
| HSL | 313.53º | 0.64% | 0.69% | - |
| HSV(B) | 313.53º | 0.45% | 0.89% | - |
| XYZ | 49.35 | 34.9 | 60.63 | - |
| YUV | 163.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 203 | 0 | 0.45 | 0.10 | 0.11 | 313.53 | 0.64 | 0.69 |
| Hex | E2 | 7C | CB | 0 | 2D | A | B | 13A | 40 | 45 |
| Octal | 342 | 174 | 313 | 0 | 55 | 12 | 13 | 472 | 100 | 105 |
| Binary | 11100010 | 1111100 | 11001011 | 0 | 101101 | 1010 | 1011 | 100111010 | 1000000 | 1000101 |
Color Harmonies of #E27CCB
Complementary color
Monochromatic Colors of #E27CCB
Black with #E27CCB
Text Example
Text Example
White with #E27CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27CCB; }
p { color: rgb(226,124,203); }
H1.HeaderClassName
{
color: #E27CCB;
}
.AnyTagClassName
{
color: #E27CCB;
}
</style>
background-color css
<style>
a { background-color: #E27CCB; }
a { background-color: rgb(226,124,203); }
div.DivClassName
{
background-color: #E27CCB;
}
.BgClassName
{
background-color: #E27CCB;
}
</style>
border-color css
<style>
span { border-color: #E27CCB; }
span { border-color: rgb(226,124,203); }
td.TdClassName
{
border-color: #E27CCB;
}
.TagClassName
{
border-color: #E27CCB;
}
</style>