Shades of Orchid #E27BDF
Tints of Orchid #E27BDF
RGB
CMYK
RGB Variations
Color information
#E27BDF (or 0xE27BDF) is known color: Orchid. HEX triplet: E2, 7B and DF. RGB value is (226,123,223). Sum of RGB (Red+Green+Blue) = 226+123+223=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BDF is #1D8420. Grayscale: #A4A4A4. Windows color (decimal): -1934369 or 14646242. OLE color: 14646242.
HSL color Cylindrical-coordinate representation of color #E27BDF: hue angle of 301.75º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BDF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 223 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.11 |
| HSL | 301.75º | 0.64% | 0.68% | - |
| HSV(B) | 301.75º | 0.46% | 0.89% | - |
| XYZ | 51.77 | 35.66 | 73.97 | - |
| YUV | 165.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 223 | 0 | 0.46 | 0.01 | 0.11 | 301.75 | 0.64 | 0.68 |
| Hex | E2 | 7B | DF | 0 | 2E | 1 | B | 12E | 40 | 44 |
| Octal | 342 | 173 | 337 | 0 | 56 | 1 | 13 | 456 | 100 | 104 |
| Binary | 11100010 | 1111011 | 11011111 | 0 | 101110 | 1 | 1011 | 100101110 | 1000000 | 1000100 |
Color Harmonies of #E27BDF
Complementary color
Monochromatic Colors of #E27BDF
Black with #E27BDF
Text Example
Text Example
White with #E27BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BDF; }
p { color: rgb(226,123,223); }
H1.HeaderClassName
{
color: #E27BDF;
}
.AnyTagClassName
{
color: #E27BDF;
}
</style>
background-color css
<style>
a { background-color: #E27BDF; }
a { background-color: rgb(226,123,223); }
div.DivClassName
{
background-color: #E27BDF;
}
.BgClassName
{
background-color: #E27BDF;
}
</style>
border-color css
<style>
span { border-color: #E27BDF; }
span { border-color: rgb(226,123,223); }
td.TdClassName
{
border-color: #E27BDF;
}
.TagClassName
{
border-color: #E27BDF;
}
</style>