Shades of Dark Orchid #882DCD
Tints of Dark Orchid #882DCD
RGB
CMYK
RGB Variations
Color information
#882DCD (or 0x882DCD) is known color: Dark Orchid. HEX triplet: 88, 2D and CD. RGB value is (136,45,205). Sum of RGB (Red+Green+Blue) = 136+45+205=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #882DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DCD is #77D232. Grayscale: #595959. Windows color (decimal): -7852595 or 13446536. OLE color: 13446536.
HSL color Cylindrical-coordinate representation of color #882DCD: hue angle of 274.12º 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 #882DCD is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 45 | 205 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.20 |
| HSL | 274.13º | 0.64% | 0.49% | - |
| HSV(B) | 274.13º | 0.78% | 0.8% | - |
| XYZ | 22.11 | 11.52 | 58.82 | - |
| YUV | 90.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 205 | 0.34 | 0.78 | 0 | 0.20 | 274.13 | 0.64 | 0.49 |
| Hex | 88 | 2D | CD | 22 | 4E | 0 | 14 | 112 | 40 | 31 |
| Octal | 210 | 55 | 315 | 42 | 116 | 0 | 24 | 422 | 100 | 61 |
| Binary | 10001000 | 101101 | 11001101 | 100010 | 1001110 | 0 | 10100 | 100010010 | 1000000 | 110001 |
Color Harmonies of #882DCD
Complementary color
Monochromatic Colors of #882DCD
Black with #882DCD
Text Example
Text Example
White with #882DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DCD; }
p { color: rgb(136,45,205); }
H1.HeaderClassName
{
color: #882DCD;
}
.AnyTagClassName
{
color: #882DCD;
}
</style>
background-color css
<style>
a { background-color: #882DCD; }
a { background-color: rgb(136,45,205); }
div.DivClassName
{
background-color: #882DCD;
}
.BgClassName
{
background-color: #882DCD;
}
</style>
border-color css
<style>
span { border-color: #882DCD; }
span { border-color: rgb(136,45,205); }
td.TdClassName
{
border-color: #882DCD;
}
.TagClassName
{
border-color: #882DCD;
}
</style>