Shades of Orchid #E27FCB
Tints of Orchid #E27FCB
RGB
CMYK
RGB Variations
Color information
#E27FCB (or 0xE27FCB) is known color: Orchid. HEX triplet: E2, 7F and CB. RGB value is (226,127,203). Sum of RGB (Red+Green+Blue) = 226+127+203=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FCB is #1D8034. Grayscale: #A5A5A5. Windows color (decimal): -1933365 or 13336546. OLE color: 13336546.
HSL color Cylindrical-coordinate representation of color #E27FCB: hue angle of 313.94º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FCB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 203 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.11 |
| HSL | 313.94º | 0.63% | 0.69% | - |
| HSV(B) | 313.94º | 0.44% | 0.89% | - |
| XYZ | 49.73 | 35.66 | 60.76 | - |
| YUV | 165.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 203 | 0 | 0.44 | 0.10 | 0.11 | 313.94 | 0.63 | 0.69 |
| Hex | E2 | 7F | CB | 0 | 2C | A | B | 13A | 3F | 45 |
| Octal | 342 | 177 | 313 | 0 | 54 | 12 | 13 | 472 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11001011 | 0 | 101100 | 1010 | 1011 | 100111010 | 111111 | 1000101 |
Color Harmonies of #E27FCB
Complementary color
Monochromatic Colors of #E27FCB
Black with #E27FCB
Text Example
Text Example
White with #E27FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FCB; }
p { color: rgb(226,127,203); }
H1.HeaderClassName
{
color: #E27FCB;
}
.AnyTagClassName
{
color: #E27FCB;
}
</style>
background-color css
<style>
a { background-color: #E27FCB; }
a { background-color: rgb(226,127,203); }
div.DivClassName
{
background-color: #E27FCB;
}
.BgClassName
{
background-color: #E27FCB;
}
</style>
border-color css
<style>
span { border-color: #E27FCB; }
span { border-color: rgb(226,127,203); }
td.TdClassName
{
border-color: #E27FCB;
}
.TagClassName
{
border-color: #E27FCB;
}
</style>