Shades of Dark Orchid #883BCD
Tints of Dark Orchid #883BCD
RGB
CMYK
RGB Variations
Color information
#883BCD (or 0x883BCD) is known color: Dark Orchid. HEX triplet: 88, 3B and CD. RGB value is (136,59,205). Sum of RGB (Red+Green+Blue) = 136+59+205=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #883BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BCD is #77C432. Grayscale: #626262. Windows color (decimal): -7849011 or 13450120. OLE color: 13450120.
HSL color Cylindrical-coordinate representation of color #883BCD: hue angle of 271.64º 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 #883BCD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 59 | 205 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.20 |
| HSL | 271.64º | 0.59% | 0.52% | - |
| HSV(B) | 271.64º | 0.71% | 0.8% | - |
| XYZ | 22.74 | 12.77 | 59.02 | - |
| YUV | 98.67 | 188.01 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 205 | 0.34 | 0.71 | 0 | 0.20 | 271.64 | 0.59 | 0.52 |
| Hex | 88 | 3B | CD | 22 | 47 | 0 | 14 | 110 | 3B | 34 |
| Octal | 210 | 73 | 315 | 42 | 107 | 0 | 24 | 420 | 73 | 64 |
| Binary | 10001000 | 111011 | 11001101 | 100010 | 1000111 | 0 | 10100 | 100010000 | 111011 | 110100 |
Color Harmonies of #883BCD
Complementary color
Monochromatic Colors of #883BCD
Black with #883BCD
Text Example
Text Example
White with #883BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BCD; }
p { color: rgb(136,59,205); }
H1.HeaderClassName
{
color: #883BCD;
}
.AnyTagClassName
{
color: #883BCD;
}
</style>
background-color css
<style>
a { background-color: #883BCD; }
a { background-color: rgb(136,59,205); }
div.DivClassName
{
background-color: #883BCD;
}
.BgClassName
{
background-color: #883BCD;
}
</style>
border-color css
<style>
span { border-color: #883BCD; }
span { border-color: rgb(136,59,205); }
td.TdClassName
{
border-color: #883BCD;
}
.TagClassName
{
border-color: #883BCD;
}
</style>