Shades of Orchid #E27FCE
Tints of Orchid #E27FCE
RGB
CMYK
RGB Variations
Color information
#E27FCE (or 0xE27FCE) is known color: Orchid. HEX triplet: E2, 7F and CE. RGB value is (226,127,206). Sum of RGB (Red+Green+Blue) = 226+127+206=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FCE is #1D8031. Grayscale: #A5A5A5. Windows color (decimal): -1933362 or 13533154. OLE color: 13533154.
HSL color Cylindrical-coordinate representation of color #E27FCE: hue angle of 312.12º 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 #E27FCE is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 206 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.11 |
| HSL | 312.12º | 0.63% | 0.69% | - |
| HSV(B) | 312.12º | 0.44% | 0.89% | - |
| XYZ | 50.09 | 35.8 | 62.66 | - |
| YUV | 165.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 206 | 0 | 0.44 | 0.09 | 0.11 | 312.12 | 0.63 | 0.69 |
| Hex | E2 | 7F | CE | 0 | 2C | 9 | B | 138 | 3F | 45 |
| Octal | 342 | 177 | 316 | 0 | 54 | 11 | 13 | 470 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11001110 | 0 | 101100 | 1001 | 1011 | 100111000 | 111111 | 1000101 |
Color Harmonies of #E27FCE
Complementary color
Monochromatic Colors of #E27FCE
Black with #E27FCE
Text Example
Text Example
White with #E27FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FCE; }
p { color: rgb(226,127,206); }
H1.HeaderClassName
{
color: #E27FCE;
}
.AnyTagClassName
{
color: #E27FCE;
}
</style>
background-color css
<style>
a { background-color: #E27FCE; }
a { background-color: rgb(226,127,206); }
div.DivClassName
{
background-color: #E27FCE;
}
.BgClassName
{
background-color: #E27FCE;
}
</style>
border-color css
<style>
span { border-color: #E27FCE; }
span { border-color: rgb(226,127,206); }
td.TdClassName
{
border-color: #E27FCE;
}
.TagClassName
{
border-color: #E27FCE;
}
</style>