Shades of Orchid #E36BDF
Tints of Orchid #E36BDF
RGB
CMYK
RGB Variations
Color information
#E36BDF (or 0xE36BDF) is known color: Orchid. HEX triplet: E3, 6B and DF. RGB value is (227,107,223). Sum of RGB (Red+Green+Blue) = 227+107+223=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E36BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36BDF is #1C9420. Grayscale: #9B9B9B. Windows color (decimal): -1872929 or 14642147. OLE color: 14642147.
HSL color Cylindrical-coordinate representation of color #E36BDF: hue angle of 302º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36BDF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 223 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.11 |
| HSL | 302º | 0.68% | 0.65% | - |
| HSV(B) | 302º | 0.53% | 0.89% | - |
| XYZ | 50.26 | 32.17 | 73.37 | - |
| YUV | 156.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 223 | 0 | 0.53 | 0.02 | 0.11 | 302 | 0.68 | 0.65 |
| Hex | E3 | 6B | DF | 0 | 35 | 2 | B | 12E | 44 | 41 |
| Octal | 343 | 153 | 337 | 0 | 65 | 2 | 13 | 456 | 104 | 101 |
| Binary | 11100011 | 1101011 | 11011111 | 0 | 110101 | 10 | 1011 | 100101110 | 1000100 | 1000001 |
Color Harmonies of #E36BDF
Complementary color
Monochromatic Colors of #E36BDF
Black with #E36BDF
Text Example
Text Example
White with #E36BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36BDF; }
p { color: rgb(227,107,223); }
H1.HeaderClassName
{
color: #E36BDF;
}
.AnyTagClassName
{
color: #E36BDF;
}
</style>
background-color css
<style>
a { background-color: #E36BDF; }
a { background-color: rgb(227,107,223); }
div.DivClassName
{
background-color: #E36BDF;
}
.BgClassName
{
background-color: #E36BDF;
}
</style>
border-color css
<style>
span { border-color: #E36BDF; }
span { border-color: rgb(227,107,223); }
td.TdClassName
{
border-color: #E36BDF;
}
.TagClassName
{
border-color: #E36BDF;
}
</style>