Shades of Dark Orchid #882DCB
Tints of Dark Orchid #882DCB
RGB
CMYK
RGB Variations
Color information
#882DCB (or 0x882DCB) is known color: Dark Orchid. HEX triplet: 88, 2D and CB. RGB value is (136,45,203). Sum of RGB (Red+Green+Blue) = 136+45+203=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #882DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DCB is #77D234. Grayscale: #595959. Windows color (decimal): -7852597 or 13315464. OLE color: 13315464.
HSL color Cylindrical-coordinate representation of color #882DCB: hue angle of 274.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882DCB is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 45 | 203 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.20 |
| HSL | 274.56º | 0.64% | 0.49% | - |
| HSV(B) | 274.56º | 0.78% | 0.8% | - |
| XYZ | 21.87 | 11.42 | 57.55 | - |
| YUV | 90.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 203 | 0.33 | 0.78 | 0 | 0.20 | 274.56 | 0.64 | 0.49 |
| Hex | 88 | 2D | CB | 21 | 4E | 0 | 14 | 113 | 40 | 31 |
| Octal | 210 | 55 | 313 | 41 | 116 | 0 | 24 | 423 | 100 | 61 |
| Binary | 10001000 | 101101 | 11001011 | 100001 | 1001110 | 0 | 10100 | 100010011 | 1000000 | 110001 |
Color Harmonies of #882DCB
Complementary color
Monochromatic Colors of #882DCB
Black with #882DCB
Text Example
Text Example
White with #882DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DCB; }
p { color: rgb(136,45,203); }
H1.HeaderClassName
{
color: #882DCB;
}
.AnyTagClassName
{
color: #882DCB;
}
</style>
background-color css
<style>
a { background-color: #882DCB; }
a { background-color: rgb(136,45,203); }
div.DivClassName
{
background-color: #882DCB;
}
.BgClassName
{
background-color: #882DCB;
}
</style>
border-color css
<style>
span { border-color: #882DCB; }
span { border-color: rgb(136,45,203); }
td.TdClassName
{
border-color: #882DCB;
}
.TagClassName
{
border-color: #882DCB;
}
</style>