Shades of Dark Orchid #882EC1
Tints of Dark Orchid #882EC1
RGB
CMYK
RGB Variations
Color information
#882EC1 (or 0x882EC1) is known color: Dark Orchid. HEX triplet: 88, 2E and C1. RGB value is (136,46,193). Sum of RGB (Red+Green+Blue) = 136+46+193=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #882EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EC1 is #77D13E. Grayscale: #595959. Windows color (decimal): -7852351 or 12660360. OLE color: 12660360.
HSL color Cylindrical-coordinate representation of color #882EC1: hue angle of 276.73º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882EC1 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 46 | 193 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.24 |
| HSL | 276.73º | 0.62% | 0.47% | - |
| HSV(B) | 276.73º | 0.76% | 0.76% | - |
| XYZ | 20.76 | 11.04 | 51.49 | - |
| YUV | 89.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 193 | 0.30 | 0.76 | 0 | 0.24 | 276.73 | 0.62 | 0.47 |
| Hex | 88 | 2E | C1 | 1E | 4C | 0 | 18 | 115 | 3E | 2F |
| Octal | 210 | 56 | 301 | 36 | 114 | 0 | 30 | 425 | 76 | 57 |
| Binary | 10001000 | 101110 | 11000001 | 11110 | 1001100 | 0 | 11000 | 100010101 | 111110 | 101111 |
Color Harmonies of #882EC1
Complementary color
Monochromatic Colors of #882EC1
Black with #882EC1
Text Example
Text Example
White with #882EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EC1; }
p { color: rgb(136,46,193); }
H1.HeaderClassName
{
color: #882EC1;
}
.AnyTagClassName
{
color: #882EC1;
}
</style>
background-color css
<style>
a { background-color: #882EC1; }
a { background-color: rgb(136,46,193); }
div.DivClassName
{
background-color: #882EC1;
}
.BgClassName
{
background-color: #882EC1;
}
</style>
border-color css
<style>
span { border-color: #882EC1; }
span { border-color: rgb(136,46,193); }
td.TdClassName
{
border-color: #882EC1;
}
.TagClassName
{
border-color: #882EC1;
}
</style>