Shades of Dark Orchid #883ACD
Tints of Dark Orchid #883ACD
RGB
CMYK
RGB Variations
Color information
#883ACD (or 0x883ACD) is known color: Dark Orchid. HEX triplet: 88, 3A and CD. RGB value is (136,58,205). Sum of RGB (Red+Green+Blue) = 136+58+205=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #883ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ACD is #77C532. Grayscale: #616161. Windows color (decimal): -7849267 or 13449864. OLE color: 13449864.
HSL color Cylindrical-coordinate representation of color #883ACD: hue angle of 271.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883ACD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 58 | 205 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.20 |
| HSL | 271.84º | 0.6% | 0.52% | - |
| HSV(B) | 271.84º | 0.72% | 0.8% | - |
| XYZ | 22.69 | 12.67 | 59.01 | - |
| YUV | 98.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 205 | 0.34 | 0.72 | 0 | 0.20 | 271.84 | 0.6 | 0.52 |
| Hex | 88 | 3A | CD | 22 | 48 | 0 | 14 | 110 | 3C | 34 |
| Octal | 210 | 72 | 315 | 42 | 110 | 0 | 24 | 420 | 74 | 64 |
| Binary | 10001000 | 111010 | 11001101 | 100010 | 1001000 | 0 | 10100 | 100010000 | 111100 | 110100 |
Color Harmonies of #883ACD
Complementary color
Monochromatic Colors of #883ACD
Black with #883ACD
Text Example
Text Example
White with #883ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ACD; }
p { color: rgb(136,58,205); }
H1.HeaderClassName
{
color: #883ACD;
}
.AnyTagClassName
{
color: #883ACD;
}
</style>
background-color css
<style>
a { background-color: #883ACD; }
a { background-color: rgb(136,58,205); }
div.DivClassName
{
background-color: #883ACD;
}
.BgClassName
{
background-color: #883ACD;
}
</style>
border-color css
<style>
span { border-color: #883ACD; }
span { border-color: rgb(136,58,205); }
td.TdClassName
{
border-color: #883ACD;
}
.TagClassName
{
border-color: #883ACD;
}
</style>