Shades of Dark Orchid #882DB5
Tints of Dark Orchid #882DB5
RGB
CMYK
RGB Variations
Color information
#882DB5 (or 0x882DB5) is known color: Dark Orchid. HEX triplet: 88, 2D and B5. RGB value is (136,45,181). Sum of RGB (Red+Green+Blue) = 136+45+181=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #882DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DB5 is #77D24A. Grayscale: #575757. Windows color (decimal): -7852619 or 11873672. OLE color: 11873672.
HSL color Cylindrical-coordinate representation of color #882DB5: hue angle of 280.15º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882DB5 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 45 | 181 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.29 |
| HSL | 280.15º | 0.6% | 0.44% | - |
| HSV(B) | 280.15º | 0.75% | 0.71% | - |
| XYZ | 19.43 | 10.45 | 44.71 | - |
| YUV | 87.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 181 | 0.25 | 0.75 | 0 | 0.29 | 280.15 | 0.6 | 0.44 |
| Hex | 88 | 2D | B5 | 19 | 4B | 0 | 1D | 118 | 3C | 2C |
| Octal | 210 | 55 | 265 | 31 | 113 | 0 | 35 | 430 | 74 | 54 |
| Binary | 10001000 | 101101 | 10110101 | 11001 | 1001011 | 0 | 11101 | 100011000 | 111100 | 101100 |
Color Harmonies of #882DB5
Complementary color
Monochromatic Colors of #882DB5
Black with #882DB5
Text Example
Text Example
White with #882DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DB5; }
p { color: rgb(136,45,181); }
H1.HeaderClassName
{
color: #882DB5;
}
.AnyTagClassName
{
color: #882DB5;
}
</style>
background-color css
<style>
a { background-color: #882DB5; }
a { background-color: rgb(136,45,181); }
div.DivClassName
{
background-color: #882DB5;
}
.BgClassName
{
background-color: #882DB5;
}
</style>
border-color css
<style>
span { border-color: #882DB5; }
span { border-color: rgb(136,45,181); }
td.TdClassName
{
border-color: #882DB5;
}
.TagClassName
{
border-color: #882DB5;
}
</style>