Shades of Dark Orchid #883FCC
Tints of Dark Orchid #883FCC
RGB
CMYK
RGB Variations
Color information
#883FCC (or 0x883FCC) is known color: Dark Orchid. HEX triplet: 88, 3F and CC. RGB value is (136,63,204). Sum of RGB (Red+Green+Blue) = 136+63+204=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #883FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FCC is #77C033. Grayscale: #646464. Windows color (decimal): -7847988 or 13385608. OLE color: 13385608.
HSL color Cylindrical-coordinate representation of color #883FCC: hue angle of 271.06º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883FCC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 63 | 204 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.2 |
| HSL | 271.06º | 0.58% | 0.52% | - |
| HSV(B) | 271.06º | 0.69% | 0.8% | - |
| XYZ | 22.83 | 13.15 | 58.46 | - |
| YUV | 100.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 204 | 0.33 | 0.69 | 0 | 0.2 | 271.06 | 0.58 | 0.52 |
| Hex | 88 | 3F | CC | 21 | 45 | 0 | 14 | 10F | 3A | 34 |
| Octal | 210 | 77 | 314 | 41 | 105 | 0 | 24 | 417 | 72 | 64 |
| Binary | 10001000 | 111111 | 11001100 | 100001 | 1000101 | 0 | 10100 | 100001111 | 111010 | 110100 |
Color Harmonies of #883FCC
Complementary color
Monochromatic Colors of #883FCC
Black with #883FCC
Text Example
Text Example
White with #883FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FCC; }
p { color: rgb(136,63,204); }
H1.HeaderClassName
{
color: #883FCC;
}
.AnyTagClassName
{
color: #883FCC;
}
</style>
background-color css
<style>
a { background-color: #883FCC; }
a { background-color: rgb(136,63,204); }
div.DivClassName
{
background-color: #883FCC;
}
.BgClassName
{
background-color: #883FCC;
}
</style>
border-color css
<style>
span { border-color: #883FCC; }
span { border-color: rgb(136,63,204); }
td.TdClassName
{
border-color: #883FCC;
}
.TagClassName
{
border-color: #883FCC;
}
</style>