Shades of Dark Orchid #881DC6
Tints of Dark Orchid #881DC6
RGB
CMYK
RGB Variations
Color information
#881DC6 (or 0x881DC6) is known color: Dark Orchid. HEX triplet: 88, 1D and C6. RGB value is (136,29,198). Sum of RGB (Red+Green+Blue) = 136+29+198=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #881DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DC6 is #77E239. Grayscale: #4F4F4F. Windows color (decimal): -7856698 or 12983688. OLE color: 12983688.
HSL color Cylindrical-coordinate representation of color #881DC6: hue angle of 277.99º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881DC6 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 29 | 198 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.22 |
| HSL | 277.99º | 0.74% | 0.45% | - |
| HSV(B) | 277.99º | 0.85% | 0.78% | - |
| XYZ | 20.79 | 10.19 | 54.3 | - |
| YUV | 80.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 198 | 0.31 | 0.85 | 0 | 0.22 | 277.99 | 0.74 | 0.45 |
| Hex | 88 | 1D | C6 | 1F | 55 | 0 | 16 | 116 | 4A | 2D |
| Octal | 210 | 35 | 306 | 37 | 125 | 0 | 26 | 426 | 112 | 55 |
| Binary | 10001000 | 11101 | 11000110 | 11111 | 1010101 | 0 | 10110 | 100010110 | 1001010 | 101101 |
Color Harmonies of #881DC6
Complementary color
Monochromatic Colors of #881DC6
Black with #881DC6
Text Example
Text Example
White with #881DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881DC6; }
p { color: rgb(136,29,198); }
H1.HeaderClassName
{
color: #881DC6;
}
.AnyTagClassName
{
color: #881DC6;
}
</style>
background-color css
<style>
a { background-color: #881DC6; }
a { background-color: rgb(136,29,198); }
div.DivClassName
{
background-color: #881DC6;
}
.BgClassName
{
background-color: #881DC6;
}
</style>
border-color css
<style>
span { border-color: #881DC6; }
span { border-color: rgb(136,29,198); }
td.TdClassName
{
border-color: #881DC6;
}
.TagClassName
{
border-color: #881DC6;
}
</style>