Shades of Dark Orchid #882DCC
Tints of Dark Orchid #882DCC
RGB
CMYK
RGB Variations
Color information
#882DCC (or 0x882DCC) is known color: Dark Orchid. HEX triplet: 88, 2D and CC. RGB value is (136,45,204). Sum of RGB (Red+Green+Blue) = 136+45+204=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #882DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DCC is #77D233. Grayscale: #595959. Windows color (decimal): -7852596 or 13381000. OLE color: 13381000.
HSL color Cylindrical-coordinate representation of color #882DCC: hue angle of 274.34º 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 #882DCC is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 45 | 204 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.2 |
| HSL | 274.34º | 0.64% | 0.49% | - |
| HSV(B) | 274.34º | 0.78% | 0.8% | - |
| XYZ | 21.99 | 11.47 | 58.18 | - |
| YUV | 90.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 204 | 0.33 | 0.78 | 0 | 0.2 | 274.34 | 0.64 | 0.49 |
| Hex | 88 | 2D | CC | 21 | 4E | 0 | 14 | 112 | 40 | 31 |
| Octal | 210 | 55 | 314 | 41 | 116 | 0 | 24 | 422 | 100 | 61 |
| Binary | 10001000 | 101101 | 11001100 | 100001 | 1001110 | 0 | 10100 | 100010010 | 1000000 | 110001 |
Color Harmonies of #882DCC
Complementary color
Monochromatic Colors of #882DCC
Black with #882DCC
Text Example
Text Example
White with #882DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DCC; }
p { color: rgb(136,45,204); }
H1.HeaderClassName
{
color: #882DCC;
}
.AnyTagClassName
{
color: #882DCC;
}
</style>
background-color css
<style>
a { background-color: #882DCC; }
a { background-color: rgb(136,45,204); }
div.DivClassName
{
background-color: #882DCC;
}
.BgClassName
{
background-color: #882DCC;
}
</style>
border-color css
<style>
span { border-color: #882DCC; }
span { border-color: rgb(136,45,204); }
td.TdClassName
{
border-color: #882DCC;
}
.TagClassName
{
border-color: #882DCC;
}
</style>