Shades of Orchid #E282CD
Tints of Orchid #E282CD
RGB
CMYK
RGB Variations
Color information
#E282CD (or 0xE282CD) is known color: Orchid. HEX triplet: E2, 82 and CD. RGB value is (226,130,205). Sum of RGB (Red+Green+Blue) = 226+130+205=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E282CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282CD is #1D7D32. Grayscale: #A7A7A7. Windows color (decimal): -1932595 or 13468386. OLE color: 13468386.
HSL color Cylindrical-coordinate representation of color #E282CD: hue angle of 313.12º 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 #E282CD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 205 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.11 |
| HSL | 313.13º | 0.62% | 0.7% | - |
| HSV(B) | 313.13º | 0.42% | 0.89% | - |
| XYZ | 50.37 | 36.54 | 62.16 | - |
| YUV | 167.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 205 | 0 | 0.42 | 0.09 | 0.11 | 313.13 | 0.62 | 0.7 |
| Hex | E2 | 82 | CD | 0 | 2A | 9 | B | 139 | 3E | 46 |
| Octal | 342 | 202 | 315 | 0 | 52 | 11 | 13 | 471 | 76 | 106 |
| Binary | 11100010 | 10000010 | 11001101 | 0 | 101010 | 1001 | 1011 | 100111001 | 111110 | 1000110 |
Color Harmonies of #E282CD
Complementary color
Monochromatic Colors of #E282CD
Black with #E282CD
Text Example
Text Example
White with #E282CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E282CD; }
p { color: rgb(226,130,205); }
H1.HeaderClassName
{
color: #E282CD;
}
.AnyTagClassName
{
color: #E282CD;
}
</style>
background-color css
<style>
a { background-color: #E282CD; }
a { background-color: rgb(226,130,205); }
div.DivClassName
{
background-color: #E282CD;
}
.BgClassName
{
background-color: #E282CD;
}
</style>
border-color css
<style>
span { border-color: #E282CD; }
span { border-color: rgb(226,130,205); }
td.TdClassName
{
border-color: #E282CD;
}
.TagClassName
{
border-color: #E282CD;
}
</style>