Shades of Dark Orchid #883CCE
Tints of Dark Orchid #883CCE
RGB
CMYK
RGB Variations
Color information
#883CCE (or 0x883CCE) is known color: Dark Orchid. HEX triplet: 88, 3C and CE. RGB value is (136,60,206). Sum of RGB (Red+Green+Blue) = 136+60+206=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #883CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CCE is #77C331. Grayscale: #626262. Windows color (decimal): -7848754 or 13515912. OLE color: 13515912.
HSL color Cylindrical-coordinate representation of color #883CCE: hue angle of 271.23º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883CCE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 60 | 206 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.19 |
| HSL | 271.23º | 0.6% | 0.52% | - |
| HSV(B) | 271.23º | 0.71% | 0.81% | - |
| XYZ | 22.91 | 12.92 | 59.68 | - |
| YUV | 99.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 206 | 0.34 | 0.71 | 0 | 0.19 | 271.23 | 0.6 | 0.52 |
| Hex | 88 | 3C | CE | 22 | 47 | 0 | 13 | 10F | 3C | 34 |
| Octal | 210 | 74 | 316 | 42 | 107 | 0 | 23 | 417 | 74 | 64 |
| Binary | 10001000 | 111100 | 11001110 | 100010 | 1000111 | 0 | 10011 | 100001111 | 111100 | 110100 |
Color Harmonies of #883CCE
Complementary color
Monochromatic Colors of #883CCE
Black with #883CCE
Text Example
Text Example
White with #883CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CCE; }
p { color: rgb(136,60,206); }
H1.HeaderClassName
{
color: #883CCE;
}
.AnyTagClassName
{
color: #883CCE;
}
</style>
background-color css
<style>
a { background-color: #883CCE; }
a { background-color: rgb(136,60,206); }
div.DivClassName
{
background-color: #883CCE;
}
.BgClassName
{
background-color: #883CCE;
}
</style>
border-color css
<style>
span { border-color: #883CCE; }
span { border-color: rgb(136,60,206); }
td.TdClassName
{
border-color: #883CCE;
}
.TagClassName
{
border-color: #883CCE;
}
</style>