Shades of Orchid #E284CD
Tints of Orchid #E284CD
RGB
CMYK
RGB Variations
Color information
#E284CD (or 0xE284CD) is known color: Orchid. HEX triplet: E2, 84 and CD. RGB value is (226,132,205). Sum of RGB (Red+Green+Blue) = 226+132+205=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CD is #1D7B32. Grayscale: #A8A8A8. Windows color (decimal): -1932083 or 13468898. OLE color: 13468898.
HSL color Cylindrical-coordinate representation of color #E284CD: hue angle of 313.4º 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 #E284CD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 205 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.11 |
| HSL | 313.4º | 0.62% | 0.7% | - |
| HSV(B) | 313.4º | 0.42% | 0.89% | - |
| XYZ | 50.63 | 37.08 | 62.25 | - |
| YUV | 168.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 205 | 0 | 0.42 | 0.09 | 0.11 | 313.4 | 0.62 | 0.7 |
| Hex | E2 | 84 | CD | 0 | 2A | 9 | B | 139 | 3E | 46 |
| Octal | 342 | 204 | 315 | 0 | 52 | 11 | 13 | 471 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11001101 | 0 | 101010 | 1001 | 1011 | 100111001 | 111110 | 1000110 |
Color Harmonies of #E284CD
Complementary color
Monochromatic Colors of #E284CD
Black with #E284CD
Text Example
Text Example
White with #E284CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284CD; }
p { color: rgb(226,132,205); }
H1.HeaderClassName
{
color: #E284CD;
}
.AnyTagClassName
{
color: #E284CD;
}
</style>
background-color css
<style>
a { background-color: #E284CD; }
a { background-color: rgb(226,132,205); }
div.DivClassName
{
background-color: #E284CD;
}
.BgClassName
{
background-color: #E284CD;
}
</style>
border-color css
<style>
span { border-color: #E284CD; }
span { border-color: rgb(226,132,205); }
td.TdClassName
{
border-color: #E284CD;
}
.TagClassName
{
border-color: #E284CD;
}
</style>