Shades of Dark Orchid #882DBC
Tints of Dark Orchid #882DBC
RGB
CMYK
RGB Variations
Color information
#882DBC (or 0x882DBC) is known color: Dark Orchid. HEX triplet: 88, 2D and BC. RGB value is (136,45,188). Sum of RGB (Red+Green+Blue) = 136+45+188=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #882DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DBC is #77D243. Grayscale: #585858. Windows color (decimal): -7852612 or 12332424. OLE color: 12332424.
HSL color Cylindrical-coordinate representation of color #882DBC: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882DBC is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 45 | 188 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.26 |
| HSL | 278.18º | 0.61% | 0.46% | - |
| HSV(B) | 278.18º | 0.76% | 0.74% | - |
| XYZ | 20.17 | 10.74 | 48.59 | - |
| YUV | 88.51 | 184.15 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 188 | 0.28 | 0.76 | 0 | 0.26 | 278.18 | 0.61 | 0.46 |
| Hex | 88 | 2D | BC | 1C | 4C | 0 | 1A | 116 | 3D | 2E |
| Octal | 210 | 55 | 274 | 34 | 114 | 0 | 32 | 426 | 75 | 56 |
| Binary | 10001000 | 101101 | 10111100 | 11100 | 1001100 | 0 | 11010 | 100010110 | 111101 | 101110 |
Color Harmonies of #882DBC
Complementary color
Monochromatic Colors of #882DBC
Black with #882DBC
Text Example
Text Example
White with #882DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DBC; }
p { color: rgb(136,45,188); }
H1.HeaderClassName
{
color: #882DBC;
}
.AnyTagClassName
{
color: #882DBC;
}
</style>
background-color css
<style>
a { background-color: #882DBC; }
a { background-color: rgb(136,45,188); }
div.DivClassName
{
background-color: #882DBC;
}
.BgClassName
{
background-color: #882DBC;
}
</style>
border-color css
<style>
span { border-color: #882DBC; }
span { border-color: rgb(136,45,188); }
td.TdClassName
{
border-color: #882DBC;
}
.TagClassName
{
border-color: #882DBC;
}
</style>