Shades of Dark Orchid #882CCD
Tints of Dark Orchid #882CCD
RGB
CMYK
RGB Variations
Color information
#882CCD (or 0x882CCD) is known color: Dark Orchid. HEX triplet: 88, 2C and CD. RGB value is (136,44,205). Sum of RGB (Red+Green+Blue) = 136+44+205=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #882CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CCD is #77D332. Grayscale: #595959. Windows color (decimal): -7852851 or 13446280. OLE color: 13446280.
HSL color Cylindrical-coordinate representation of color #882CCD: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882CCD is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 44 | 205 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.20 |
| HSL | 274.29º | 0.65% | 0.49% | - |
| HSV(B) | 274.29º | 0.79% | 0.8% | - |
| XYZ | 22.07 | 11.44 | 58.8 | - |
| YUV | 89.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 205 | 0.34 | 0.79 | 0 | 0.20 | 274.29 | 0.65 | 0.49 |
| Hex | 88 | 2C | CD | 22 | 4F | 0 | 14 | 112 | 41 | 31 |
| Octal | 210 | 54 | 315 | 42 | 117 | 0 | 24 | 422 | 101 | 61 |
| Binary | 10001000 | 101100 | 11001101 | 100010 | 1001111 | 0 | 10100 | 100010010 | 1000001 | 110001 |
Color Harmonies of #882CCD
Complementary color
Monochromatic Colors of #882CCD
Black with #882CCD
Text Example
Text Example
White with #882CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CCD; }
p { color: rgb(136,44,205); }
H1.HeaderClassName
{
color: #882CCD;
}
.AnyTagClassName
{
color: #882CCD;
}
</style>
background-color css
<style>
a { background-color: #882CCD; }
a { background-color: rgb(136,44,205); }
div.DivClassName
{
background-color: #882CCD;
}
.BgClassName
{
background-color: #882CCD;
}
</style>
border-color css
<style>
span { border-color: #882CCD; }
span { border-color: rgb(136,44,205); }
td.TdClassName
{
border-color: #882CCD;
}
.TagClassName
{
border-color: #882CCD;
}
</style>