Shades of Dark Orchid #883CCD
Tints of Dark Orchid #883CCD
RGB
CMYK
RGB Variations
Color information
#883CCD (or 0x883CCD) is known color: Dark Orchid. HEX triplet: 88, 3C and CD. RGB value is (136,60,205). Sum of RGB (Red+Green+Blue) = 136+60+205=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #883CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CCD is #77C332. Grayscale: #626262. Windows color (decimal): -7848755 or 13450376. OLE color: 13450376.
HSL color Cylindrical-coordinate representation of color #883CCD: hue angle of 271.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883CCD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 60 | 205 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.20 |
| HSL | 271.45º | 0.59% | 0.52% | - |
| HSV(B) | 271.45º | 0.71% | 0.8% | - |
| XYZ | 22.79 | 12.87 | 59.04 | - |
| YUV | 99.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 205 | 0.34 | 0.71 | 0 | 0.20 | 271.45 | 0.59 | 0.52 |
| Hex | 88 | 3C | CD | 22 | 47 | 0 | 14 | 10F | 3B | 34 |
| Octal | 210 | 74 | 315 | 42 | 107 | 0 | 24 | 417 | 73 | 64 |
| Binary | 10001000 | 111100 | 11001101 | 100010 | 1000111 | 0 | 10100 | 100001111 | 111011 | 110100 |
Color Harmonies of #883CCD
Complementary color
Monochromatic Colors of #883CCD
Black with #883CCD
Text Example
Text Example
White with #883CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CCD; }
p { color: rgb(136,60,205); }
H1.HeaderClassName
{
color: #883CCD;
}
.AnyTagClassName
{
color: #883CCD;
}
</style>
background-color css
<style>
a { background-color: #883CCD; }
a { background-color: rgb(136,60,205); }
div.DivClassName
{
background-color: #883CCD;
}
.BgClassName
{
background-color: #883CCD;
}
</style>
border-color css
<style>
span { border-color: #883CCD; }
span { border-color: rgb(136,60,205); }
td.TdClassName
{
border-color: #883CCD;
}
.TagClassName
{
border-color: #883CCD;
}
</style>