Shades of Orchid #E36FD3
Tints of Orchid #E36FD3
RGB
CMYK
RGB Variations
Color information
#E36FD3 (or 0xE36FD3) is known color: Orchid. HEX triplet: E3, 6F and D3. RGB value is (227,111,211). Sum of RGB (Red+Green+Blue) = 227+111+211=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FD3 is #1C902C. Grayscale: #9C9C9C. Windows color (decimal): -1871917 or 13856739. OLE color: 13856739.
HSL color Cylindrical-coordinate representation of color #E36FD3: hue angle of 308.28º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E36FD3 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 211 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.11 |
| HSL | 308.28º | 0.67% | 0.66% | - |
| HSV(B) | 308.28º | 0.51% | 0.89% | - |
| XYZ | 49.12 | 32.4 | 65.29 | - |
| YUV | 157.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 211 | 0 | 0.51 | 0.07 | 0.11 | 308.28 | 0.67 | 0.66 |
| Hex | E3 | 6F | D3 | 0 | 33 | 7 | B | 134 | 43 | 42 |
| Octal | 343 | 157 | 323 | 0 | 63 | 7 | 13 | 464 | 103 | 102 |
| Binary | 11100011 | 1101111 | 11010011 | 0 | 110011 | 111 | 1011 | 100110100 | 1000011 | 1000010 |
Color Harmonies of #E36FD3
Complementary color
Monochromatic Colors of #E36FD3
Black with #E36FD3
Text Example
Text Example
White with #E36FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36FD3; }
p { color: rgb(227,111,211); }
H1.HeaderClassName
{
color: #E36FD3;
}
.AnyTagClassName
{
color: #E36FD3;
}
</style>
background-color css
<style>
a { background-color: #E36FD3; }
a { background-color: rgb(227,111,211); }
div.DivClassName
{
background-color: #E36FD3;
}
.BgClassName
{
background-color: #E36FD3;
}
</style>
border-color css
<style>
span { border-color: #E36FD3; }
span { border-color: rgb(227,111,211); }
td.TdClassName
{
border-color: #E36FD3;
}
.TagClassName
{
border-color: #E36FD3;
}
</style>