Shades of Dark Orchid #882CC1
Tints of Dark Orchid #882CC1
RGB
CMYK
RGB Variations
Color information
#882CC1 (or 0x882CC1) is known color: Dark Orchid. HEX triplet: 88, 2C and C1. RGB value is (136,44,193). Sum of RGB (Red+Green+Blue) = 136+44+193=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #882CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CC1 is #77D33E. Grayscale: #575757. Windows color (decimal): -7852863 or 12659848. OLE color: 12659848.
HSL color Cylindrical-coordinate representation of color #882CC1: hue angle of 277.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882CC1 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 44 | 193 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.24 |
| HSL | 277.05º | 0.63% | 0.46% | - |
| HSV(B) | 277.05º | 0.77% | 0.76% | - |
| XYZ | 20.68 | 10.89 | 51.46 | - |
| YUV | 88.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 193 | 0.30 | 0.77 | 0 | 0.24 | 277.05 | 0.63 | 0.46 |
| Hex | 88 | 2C | C1 | 1E | 4D | 0 | 18 | 115 | 3F | 2E |
| Octal | 210 | 54 | 301 | 36 | 115 | 0 | 30 | 425 | 77 | 56 |
| Binary | 10001000 | 101100 | 11000001 | 11110 | 1001101 | 0 | 11000 | 100010101 | 111111 | 101110 |
Color Harmonies of #882CC1
Complementary color
Monochromatic Colors of #882CC1
Black with #882CC1
Text Example
Text Example
White with #882CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CC1; }
p { color: rgb(136,44,193); }
H1.HeaderClassName
{
color: #882CC1;
}
.AnyTagClassName
{
color: #882CC1;
}
</style>
background-color css
<style>
a { background-color: #882CC1; }
a { background-color: rgb(136,44,193); }
div.DivClassName
{
background-color: #882CC1;
}
.BgClassName
{
background-color: #882CC1;
}
</style>
border-color css
<style>
span { border-color: #882CC1; }
span { border-color: rgb(136,44,193); }
td.TdClassName
{
border-color: #882CC1;
}
.TagClassName
{
border-color: #882CC1;
}
</style>