Shades of Orchid #E27FDF
Tints of Orchid #E27FDF
RGB
CMYK
RGB Variations
Color information
#E27FDF (or 0xE27FDF) is known color: Orchid. HEX triplet: E2, 7F and DF. RGB value is (226,127,223). Sum of RGB (Red+Green+Blue) = 226+127+223=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FDF is #1D8020. Grayscale: #A7A7A7. Windows color (decimal): -1933345 or 14647266. OLE color: 14647266.
HSL color Cylindrical-coordinate representation of color #E27FDF: hue angle of 301.82º 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 #E27FDF is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 223 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.11 |
| HSL | 301.82º | 0.63% | 0.69% | - |
| HSV(B) | 301.82º | 0.44% | 0.89% | - |
| XYZ | 52.27 | 36.68 | 74.14 | - |
| YUV | 167.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 223 | 0 | 0.44 | 0.01 | 0.11 | 301.82 | 0.63 | 0.69 |
| Hex | E2 | 7F | DF | 0 | 2C | 1 | B | 12E | 3F | 45 |
| Octal | 342 | 177 | 337 | 0 | 54 | 1 | 13 | 456 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11011111 | 0 | 101100 | 1 | 1011 | 100101110 | 111111 | 1000101 |
Color Harmonies of #E27FDF
Complementary color
Monochromatic Colors of #E27FDF
Black with #E27FDF
Text Example
Text Example
White with #E27FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FDF; }
p { color: rgb(226,127,223); }
H1.HeaderClassName
{
color: #E27FDF;
}
.AnyTagClassName
{
color: #E27FDF;
}
</style>
background-color css
<style>
a { background-color: #E27FDF; }
a { background-color: rgb(226,127,223); }
div.DivClassName
{
background-color: #E27FDF;
}
.BgClassName
{
background-color: #E27FDF;
}
</style>
border-color css
<style>
span { border-color: #E27FDF; }
span { border-color: rgb(226,127,223); }
td.TdClassName
{
border-color: #E27FDF;
}
.TagClassName
{
border-color: #E27FDF;
}
</style>