Shades of Orchid #E082CE
Tints of Orchid #E082CE
RGB
CMYK
RGB Variations
Color information
#E082CE (or 0xE082CE) is known color: Orchid. HEX triplet: E0, 82 and CE. RGB value is (224,130,206). Sum of RGB (Red+Green+Blue) = 224+130+206=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E082CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082CE is #1F7D31. Grayscale: #A6A6A6. Windows color (decimal): -2063666 or 13533920. OLE color: 13533920.
HSL color Cylindrical-coordinate representation of color #E082CE: hue angle of 311.49º 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 #E082CE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 206 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.12 |
| HSL | 311.49º | 0.6% | 0.69% | - |
| HSV(B) | 311.49º | 0.42% | 0.88% | - |
| XYZ | 49.86 | 36.27 | 62.76 | - |
| YUV | 166.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 206 | 0 | 0.42 | 0.08 | 0.12 | 311.49 | 0.6 | 0.69 |
| Hex | E0 | 82 | CE | 0 | 2A | 8 | C | 137 | 3C | 45 |
| Octal | 340 | 202 | 316 | 0 | 52 | 10 | 14 | 467 | 74 | 105 |
| Binary | 11100000 | 10000010 | 11001110 | 0 | 101010 | 1000 | 1100 | 100110111 | 111100 | 1000101 |
Color Harmonies of #E082CE
Complementary color
Monochromatic Colors of #E082CE
Black with #E082CE
Text Example
Text Example
White with #E082CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E082CE; }
p { color: rgb(224,130,206); }
H1.HeaderClassName
{
color: #E082CE;
}
.AnyTagClassName
{
color: #E082CE;
}
</style>
background-color css
<style>
a { background-color: #E082CE; }
a { background-color: rgb(224,130,206); }
div.DivClassName
{
background-color: #E082CE;
}
.BgClassName
{
background-color: #E082CE;
}
</style>
border-color css
<style>
span { border-color: #E082CE; }
span { border-color: rgb(224,130,206); }
td.TdClassName
{
border-color: #E082CE;
}
.TagClassName
{
border-color: #E082CE;
}
</style>