Shades of Dark Orchid #882CBB
Tints of Dark Orchid #882CBB
RGB
CMYK
RGB Variations
Color information
#882CBB (or 0x882CBB) is known color: Dark Orchid. HEX triplet: 88, 2C and BB. RGB value is (136,44,187). Sum of RGB (Red+Green+Blue) = 136+44+187=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #882CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CBB is #77D344. Grayscale: #575757. Windows color (decimal): -7852869 or 12266632. OLE color: 12266632.
HSL color Cylindrical-coordinate representation of color #882CBB: hue angle of 278.6º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882CBB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 44 | 187 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.27 |
| HSL | 278.6º | 0.62% | 0.45% | - |
| HSV(B) | 278.6º | 0.76% | 0.73% | - |
| XYZ | 20.02 | 10.62 | 48.01 | - |
| YUV | 87.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 187 | 0.27 | 0.76 | 0 | 0.27 | 278.6 | 0.62 | 0.45 |
| Hex | 88 | 2C | BB | 1B | 4C | 0 | 1B | 117 | 3E | 2D |
| Octal | 210 | 54 | 273 | 33 | 114 | 0 | 33 | 427 | 76 | 55 |
| Binary | 10001000 | 101100 | 10111011 | 11011 | 1001100 | 0 | 11011 | 100010111 | 111110 | 101101 |
Color Harmonies of #882CBB
Complementary color
Monochromatic Colors of #882CBB
Black with #882CBB
Text Example
Text Example
White with #882CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CBB; }
p { color: rgb(136,44,187); }
H1.HeaderClassName
{
color: #882CBB;
}
.AnyTagClassName
{
color: #882CBB;
}
</style>
background-color css
<style>
a { background-color: #882CBB; }
a { background-color: rgb(136,44,187); }
div.DivClassName
{
background-color: #882CBB;
}
.BgClassName
{
background-color: #882CBB;
}
</style>
border-color css
<style>
span { border-color: #882CBB; }
span { border-color: rgb(136,44,187); }
td.TdClassName
{
border-color: #882CBB;
}
.TagClassName
{
border-color: #882CBB;
}
</style>