Shades of Dark Orchid #883FCB
Tints of Dark Orchid #883FCB
RGB
CMYK
RGB Variations
Color information
#883FCB (or 0x883FCB) is known color: Dark Orchid. HEX triplet: 88, 3F and CB. RGB value is (136,63,203). Sum of RGB (Red+Green+Blue) = 136+63+203=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #883FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FCB is #77C034. Grayscale: #646464. Windows color (decimal): -7847989 or 13320072. OLE color: 13320072.
HSL color Cylindrical-coordinate representation of color #883FCB: hue angle of 271.29º degrees, saturation: 0.57, 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 #883FCB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 63 | 203 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.20 |
| HSL | 271.29º | 0.57% | 0.52% | - |
| HSV(B) | 271.29º | 0.69% | 0.8% | - |
| XYZ | 22.71 | 13.1 | 57.83 | - |
| YUV | 100.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 203 | 0.33 | 0.69 | 0 | 0.20 | 271.29 | 0.57 | 0.52 |
| Hex | 88 | 3F | CB | 21 | 45 | 0 | 14 | 10F | 39 | 34 |
| Octal | 210 | 77 | 313 | 41 | 105 | 0 | 24 | 417 | 71 | 64 |
| Binary | 10001000 | 111111 | 11001011 | 100001 | 1000101 | 0 | 10100 | 100001111 | 111001 | 110100 |
Color Harmonies of #883FCB
Complementary color
Monochromatic Colors of #883FCB
Black with #883FCB
Text Example
Text Example
White with #883FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FCB; }
p { color: rgb(136,63,203); }
H1.HeaderClassName
{
color: #883FCB;
}
.AnyTagClassName
{
color: #883FCB;
}
</style>
background-color css
<style>
a { background-color: #883FCB; }
a { background-color: rgb(136,63,203); }
div.DivClassName
{
background-color: #883FCB;
}
.BgClassName
{
background-color: #883FCB;
}
</style>
border-color css
<style>
span { border-color: #883FCB; }
span { border-color: rgb(136,63,203); }
td.TdClassName
{
border-color: #883FCB;
}
.TagClassName
{
border-color: #883FCB;
}
</style>