Shades of Orchid #E284CE
Tints of Orchid #E284CE
RGB
CMYK
RGB Variations
Color information
#E284CE (or 0xE284CE) is known color: Orchid. HEX triplet: E2, 84 and CE. RGB value is (226,132,206). Sum of RGB (Red+Green+Blue) = 226+132+206=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CE is #1D7B31. Grayscale: #A8A8A8. Windows color (decimal): -1932082 or 13534434. OLE color: 13534434.
HSL color Cylindrical-coordinate representation of color #E284CE: hue angle of 312.77º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284CE is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 206 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.11 |
| HSL | 312.77º | 0.62% | 0.7% | - |
| HSV(B) | 312.77º | 0.42% | 0.89% | - |
| XYZ | 50.76 | 37.13 | 62.88 | - |
| YUV | 168.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 206 | 0 | 0.42 | 0.09 | 0.11 | 312.77 | 0.62 | 0.7 |
| Hex | E2 | 84 | CE | 0 | 2A | 9 | B | 139 | 3E | 46 |
| Octal | 342 | 204 | 316 | 0 | 52 | 11 | 13 | 471 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11001110 | 0 | 101010 | 1001 | 1011 | 100111001 | 111110 | 1000110 |
Color Harmonies of #E284CE
Complementary color
Monochromatic Colors of #E284CE
Black with #E284CE
Text Example
Text Example
White with #E284CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284CE; }
p { color: rgb(226,132,206); }
H1.HeaderClassName
{
color: #E284CE;
}
.AnyTagClassName
{
color: #E284CE;
}
</style>
background-color css
<style>
a { background-color: #E284CE; }
a { background-color: rgb(226,132,206); }
div.DivClassName
{
background-color: #E284CE;
}
.BgClassName
{
background-color: #E284CE;
}
</style>
border-color css
<style>
span { border-color: #E284CE; }
span { border-color: rgb(226,132,206); }
td.TdClassName
{
border-color: #E284CE;
}
.TagClassName
{
border-color: #E284CE;
}
</style>