Shades of Dark Orchid #882BCD
Tints of Dark Orchid #882BCD
RGB
CMYK
RGB Variations
Color information
#882BCD (or 0x882BCD) is known color: Dark Orchid. HEX triplet: 88, 2B and CD. RGB value is (136,43,205). Sum of RGB (Red+Green+Blue) = 136+43+205=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #882BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BCD is #77D432. Grayscale: #585858. Windows color (decimal): -7853107 or 13446024. OLE color: 13446024.
HSL color Cylindrical-coordinate representation of color #882BCD: hue angle of 274.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882BCD is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 43 | 205 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.20 |
| HSL | 274.44º | 0.65% | 0.49% | - |
| HSV(B) | 274.44º | 0.79% | 0.8% | - |
| XYZ | 22.04 | 11.37 | 58.79 | - |
| YUV | 89.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 205 | 0.34 | 0.79 | 0 | 0.20 | 274.44 | 0.65 | 0.49 |
| Hex | 88 | 2B | CD | 22 | 4F | 0 | 14 | 112 | 41 | 31 |
| Octal | 210 | 53 | 315 | 42 | 117 | 0 | 24 | 422 | 101 | 61 |
| Binary | 10001000 | 101011 | 11001101 | 100010 | 1001111 | 0 | 10100 | 100010010 | 1000001 | 110001 |
Color Harmonies of #882BCD
Complementary color
Monochromatic Colors of #882BCD
Black with #882BCD
Text Example
Text Example
White with #882BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BCD; }
p { color: rgb(136,43,205); }
H1.HeaderClassName
{
color: #882BCD;
}
.AnyTagClassName
{
color: #882BCD;
}
</style>
background-color css
<style>
a { background-color: #882BCD; }
a { background-color: rgb(136,43,205); }
div.DivClassName
{
background-color: #882BCD;
}
.BgClassName
{
background-color: #882BCD;
}
</style>
border-color css
<style>
span { border-color: #882BCD; }
span { border-color: rgb(136,43,205); }
td.TdClassName
{
border-color: #882BCD;
}
.TagClassName
{
border-color: #882BCD;
}
</style>