Shades of Dark Orchid #882DC0
Tints of Dark Orchid #882DC0
RGB
CMYK
RGB Variations
Color information
#882DC0 (or 0x882DC0) is known color: Dark Orchid. HEX triplet: 88, 2D and C0. RGB value is (136,45,192). Sum of RGB (Red+Green+Blue) = 136+45+192=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #882DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DC0 is #77D23F. Grayscale: #585858. Windows color (decimal): -7852608 or 12594568. OLE color: 12594568.
HSL color Cylindrical-coordinate representation of color #882DC0: hue angle of 277.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882DC0 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 45 | 192 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.25 |
| HSL | 277.14º | 0.62% | 0.46% | - |
| HSV(B) | 277.14º | 0.77% | 0.75% | - |
| XYZ | 20.61 | 10.92 | 50.89 | - |
| YUV | 88.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 192 | 0.29 | 0.77 | 0 | 0.25 | 277.14 | 0.62 | 0.46 |
| Hex | 88 | 2D | C0 | 1D | 4D | 0 | 19 | 115 | 3E | 2E |
| Octal | 210 | 55 | 300 | 35 | 115 | 0 | 31 | 425 | 76 | 56 |
| Binary | 10001000 | 101101 | 11000000 | 11101 | 1001101 | 0 | 11001 | 100010101 | 111110 | 101110 |
Color Harmonies of #882DC0
Complementary color
Monochromatic Colors of #882DC0
Black with #882DC0
Text Example
Text Example
White with #882DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DC0; }
p { color: rgb(136,45,192); }
H1.HeaderClassName
{
color: #882DC0;
}
.AnyTagClassName
{
color: #882DC0;
}
</style>
background-color css
<style>
a { background-color: #882DC0; }
a { background-color: rgb(136,45,192); }
div.DivClassName
{
background-color: #882DC0;
}
.BgClassName
{
background-color: #882DC0;
}
</style>
border-color css
<style>
span { border-color: #882DC0; }
span { border-color: rgb(136,45,192); }
td.TdClassName
{
border-color: #882DC0;
}
.TagClassName
{
border-color: #882DC0;
}
</style>