Shades of Orchid #E27FCD
Tints of Orchid #E27FCD
RGB
CMYK
RGB Variations
Color information
#E27FCD (or 0xE27FCD) is known color: Orchid. HEX triplet: E2, 7F and CD. RGB value is (226,127,205). Sum of RGB (Red+Green+Blue) = 226+127+205=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FCD is #1D8032. Grayscale: #A5A5A5. Windows color (decimal): -1933363 or 13467618. OLE color: 13467618.
HSL color Cylindrical-coordinate representation of color #E27FCD: hue angle of 312.73º 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 #E27FCD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 205 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.11 |
| HSL | 312.73º | 0.63% | 0.69% | - |
| HSV(B) | 312.73º | 0.44% | 0.89% | - |
| XYZ | 49.97 | 35.76 | 62.03 | - |
| YUV | 165.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 205 | 0 | 0.44 | 0.09 | 0.11 | 312.73 | 0.63 | 0.69 |
| Hex | E2 | 7F | CD | 0 | 2C | 9 | B | 139 | 3F | 45 |
| Octal | 342 | 177 | 315 | 0 | 54 | 11 | 13 | 471 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11001101 | 0 | 101100 | 1001 | 1011 | 100111001 | 111111 | 1000101 |
Color Harmonies of #E27FCD
Complementary color
Monochromatic Colors of #E27FCD
Black with #E27FCD
Text Example
Text Example
White with #E27FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FCD; }
p { color: rgb(226,127,205); }
H1.HeaderClassName
{
color: #E27FCD;
}
.AnyTagClassName
{
color: #E27FCD;
}
</style>
background-color css
<style>
a { background-color: #E27FCD; }
a { background-color: rgb(226,127,205); }
div.DivClassName
{
background-color: #E27FCD;
}
.BgClassName
{
background-color: #E27FCD;
}
</style>
border-color css
<style>
span { border-color: #E27FCD; }
span { border-color: rgb(226,127,205); }
td.TdClassName
{
border-color: #E27FCD;
}
.TagClassName
{
border-color: #E27FCD;
}
</style>