Shades of Orchid #E27BDD
Tints of Orchid #E27BDD
RGB
CMYK
RGB Variations
Color information
#E27BDD (or 0xE27BDD) is known color: Orchid. HEX triplet: E2, 7B and DD. RGB value is (226,123,221). Sum of RGB (Red+Green+Blue) = 226+123+221=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BDD is #1D8422. Grayscale: #A4A4A4. Windows color (decimal): -1934371 or 14515170. OLE color: 14515170.
HSL color Cylindrical-coordinate representation of color #E27BDD: hue angle of 302.91º 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 #E27BDD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 221 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.11 |
| HSL | 302.91º | 0.64% | 0.68% | - |
| HSV(B) | 302.91º | 0.46% | 0.89% | - |
| XYZ | 51.5 | 35.56 | 72.56 | - |
| YUV | 164.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 221 | 0 | 0.46 | 0.02 | 0.11 | 302.91 | 0.64 | 0.68 |
| Hex | E2 | 7B | DD | 0 | 2E | 2 | B | 12F | 40 | 44 |
| Octal | 342 | 173 | 335 | 0 | 56 | 2 | 13 | 457 | 100 | 104 |
| Binary | 11100010 | 1111011 | 11011101 | 0 | 101110 | 10 | 1011 | 100101111 | 1000000 | 1000100 |
Color Harmonies of #E27BDD
Complementary color
Monochromatic Colors of #E27BDD
Black with #E27BDD
Text Example
Text Example
White with #E27BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BDD; }
p { color: rgb(226,123,221); }
H1.HeaderClassName
{
color: #E27BDD;
}
.AnyTagClassName
{
color: #E27BDD;
}
</style>
background-color css
<style>
a { background-color: #E27BDD; }
a { background-color: rgb(226,123,221); }
div.DivClassName
{
background-color: #E27BDD;
}
.BgClassName
{
background-color: #E27BDD;
}
</style>
border-color css
<style>
span { border-color: #E27BDD; }
span { border-color: rgb(226,123,221); }
td.TdClassName
{
border-color: #E27BDD;
}
.TagClassName
{
border-color: #E27BDD;
}
</style>