Shades of Dark Orchid #883CC5
Tints of Dark Orchid #883CC5
RGB
CMYK
RGB Variations
Color information
#883CC5 (or 0x883CC5) is known color: Dark Orchid. HEX triplet: 88, 3C and C5. RGB value is (136,60,197). Sum of RGB (Red+Green+Blue) = 136+60+197=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #883CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CC5 is #77C33A. Grayscale: #616161. Windows color (decimal): -7848763 or 12926088. OLE color: 12926088.
HSL color Cylindrical-coordinate representation of color #883CC5: hue angle of 273.28º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883CC5 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 60 | 197 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.23 |
| HSL | 273.28º | 0.54% | 0.5% | - |
| HSV(B) | 273.28º | 0.7% | 0.77% | - |
| XYZ | 21.85 | 12.5 | 54.08 | - |
| YUV | 98.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 197 | 0.31 | 0.70 | 0 | 0.23 | 273.28 | 0.54 | 0.5 |
| Hex | 88 | 3C | C5 | 1F | 46 | 0 | 17 | 111 | 36 | 32 |
| Octal | 210 | 74 | 305 | 37 | 106 | 0 | 27 | 421 | 66 | 62 |
| Binary | 10001000 | 111100 | 11000101 | 11111 | 1000110 | 0 | 10111 | 100010001 | 110110 | 110010 |
Color Harmonies of #883CC5
Complementary color
Monochromatic Colors of #883CC5
Black with #883CC5
Text Example
Text Example
White with #883CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CC5; }
p { color: rgb(136,60,197); }
H1.HeaderClassName
{
color: #883CC5;
}
.AnyTagClassName
{
color: #883CC5;
}
</style>
background-color css
<style>
a { background-color: #883CC5; }
a { background-color: rgb(136,60,197); }
div.DivClassName
{
background-color: #883CC5;
}
.BgClassName
{
background-color: #883CC5;
}
</style>
border-color css
<style>
span { border-color: #883CC5; }
span { border-color: rgb(136,60,197); }
td.TdClassName
{
border-color: #883CC5;
}
.TagClassName
{
border-color: #883CC5;
}
</style>