Shades of Orchid #E36FDD
Tints of Orchid #E36FDD
RGB
CMYK
RGB Variations
Color information
#E36FDD (or 0xE36FDD) is known color: Orchid. HEX triplet: E3, 6F and DD. RGB value is (227,111,221). Sum of RGB (Red+Green+Blue) = 227+111+221=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E36FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36FDD is #1C9022. Grayscale: #9D9D9D. Windows color (decimal): -1871907 or 14512099. OLE color: 14512099.
HSL color Cylindrical-coordinate representation of color #E36FDD: hue angle of 303.1º 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 #E36FDD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 111 | 221 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.11 |
| HSL | 303.1º | 0.67% | 0.66% | - |
| HSV(B) | 303.1º | 0.51% | 0.89% | - |
| XYZ | 50.41 | 32.92 | 72.1 | - |
| YUV | 158.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 221 | 0 | 0.51 | 0.03 | 0.11 | 303.1 | 0.67 | 0.66 |
| Hex | E3 | 6F | DD | 0 | 33 | 3 | B | 12F | 43 | 42 |
| Octal | 343 | 157 | 335 | 0 | 63 | 3 | 13 | 457 | 103 | 102 |
| Binary | 11100011 | 1101111 | 11011101 | 0 | 110011 | 11 | 1011 | 100101111 | 1000011 | 1000010 |
Color Harmonies of #E36FDD
Complementary color
Monochromatic Colors of #E36FDD
Black with #E36FDD
Text Example
Text Example
White with #E36FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36FDD; }
p { color: rgb(227,111,221); }
H1.HeaderClassName
{
color: #E36FDD;
}
.AnyTagClassName
{
color: #E36FDD;
}
</style>
background-color css
<style>
a { background-color: #E36FDD; }
a { background-color: rgb(227,111,221); }
div.DivClassName
{
background-color: #E36FDD;
}
.BgClassName
{
background-color: #E36FDD;
}
</style>
border-color css
<style>
span { border-color: #E36FDD; }
span { border-color: rgb(227,111,221); }
td.TdClassName
{
border-color: #E36FDD;
}
.TagClassName
{
border-color: #E36FDD;
}
</style>