Shades of Dark Orchid #882CC3
Tints of Dark Orchid #882CC3
RGB
CMYK
RGB Variations
Color information
#882CC3 (or 0x882CC3) is known color: Dark Orchid. HEX triplet: 88, 2C and C3. RGB value is (136,44,195). Sum of RGB (Red+Green+Blue) = 136+44+195=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #882CC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CC3 is #77D33C. Grayscale: #585858. Windows color (decimal): -7852861 or 12790920. OLE color: 12790920.
HSL color Cylindrical-coordinate representation of color #882CC3: hue angle of 276.56º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882CC3 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 44 | 195 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.24 |
| HSL | 276.56º | 0.63% | 0.47% | - |
| HSV(B) | 276.56º | 0.77% | 0.76% | - |
| XYZ | 20.9 | 10.98 | 52.65 | - |
| YUV | 88.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 195 | 0.30 | 0.77 | 0 | 0.24 | 276.56 | 0.63 | 0.47 |
| Hex | 88 | 2C | C3 | 1E | 4D | 0 | 18 | 115 | 3F | 2F |
| Octal | 210 | 54 | 303 | 36 | 115 | 0 | 30 | 425 | 77 | 57 |
| Binary | 10001000 | 101100 | 11000011 | 11110 | 1001101 | 0 | 11000 | 100010101 | 111111 | 101111 |
Color Harmonies of #882CC3
Complementary color
Monochromatic Colors of #882CC3
Black with #882CC3
Text Example
Text Example
White with #882CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CC3; }
p { color: rgb(136,44,195); }
H1.HeaderClassName
{
color: #882CC3;
}
.AnyTagClassName
{
color: #882CC3;
}
</style>
background-color css
<style>
a { background-color: #882CC3; }
a { background-color: rgb(136,44,195); }
div.DivClassName
{
background-color: #882CC3;
}
.BgClassName
{
background-color: #882CC3;
}
</style>
border-color css
<style>
span { border-color: #882CC3; }
span { border-color: rgb(136,44,195); }
td.TdClassName
{
border-color: #882CC3;
}
.TagClassName
{
border-color: #882CC3;
}
</style>