Shades of Orchid #E082C8
Tints of Orchid #E082C8
RGB
CMYK
RGB Variations
Color information
#E082C8 (or 0xE082C8) is known color: Orchid. HEX triplet: E0, 82 and C8. RGB value is (224,130,200). Sum of RGB (Red+Green+Blue) = 224+130+200=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E082C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082C8 is #1F7D37. Grayscale: #A5A5A5. Windows color (decimal): -2063672 or 13140704. OLE color: 13140704.
HSL color Cylindrical-coordinate representation of color #E082C8: hue angle of 315.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E082C8 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 200 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.12 |
| HSL | 315.32º | 0.6% | 0.69% | - |
| HSV(B) | 315.32º | 0.42% | 0.88% | - |
| XYZ | 49.15 | 35.98 | 59 | - |
| YUV | 166.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 200 | 0 | 0.42 | 0.11 | 0.12 | 315.32 | 0.6 | 0.69 |
| Hex | E0 | 82 | C8 | 0 | 2A | B | C | 13B | 3C | 45 |
| Octal | 340 | 202 | 310 | 0 | 52 | 13 | 14 | 473 | 74 | 105 |
| Binary | 11100000 | 10000010 | 11001000 | 0 | 101010 | 1011 | 1100 | 100111011 | 111100 | 1000101 |
Color Harmonies of #E082C8
Complementary color
Monochromatic Colors of #E082C8
Black with #E082C8
Text Example
Text Example
White with #E082C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082C8; }
p { color: rgb(224,130,200); }
H1.HeaderClassName
{
color: #E082C8;
}
.AnyTagClassName
{
color: #E082C8;
}
</style>
background-color css
<style>
a { background-color: #E082C8; }
a { background-color: rgb(224,130,200); }
div.DivClassName
{
background-color: #E082C8;
}
.BgClassName
{
background-color: #E082C8;
}
</style>
border-color css
<style>
span { border-color: #E082C8; }
span { border-color: rgb(224,130,200); }
td.TdClassName
{
border-color: #E082C8;
}
.TagClassName
{
border-color: #E082C8;
}
</style>