Shades of Dark Orchid #803CBC
Tints of Dark Orchid #803CBC
RGB
CMYK
RGB Variations
Color information
#803CBC (or 0x803CBC) is known color: Dark Orchid. HEX triplet: 80, 3C and BC. RGB value is (128,60,188). Sum of RGB (Red+Green+Blue) = 128+60+188=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #803CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CBC is #7FC343. Grayscale: #5E5E5E. Windows color (decimal): -8373060 or 12336256. OLE color: 12336256.
HSL color Cylindrical-coordinate representation of color #803CBC: hue angle of 271.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803CBC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 60 | 188 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.26 |
| HSL | 271.88º | 0.52% | 0.49% | - |
| HSV(B) | 271.88º | 0.68% | 0.74% | - |
| XYZ | 19.6 | 11.45 | 48.75 | - |
| YUV | 94.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 188 | 0.32 | 0.68 | 0 | 0.26 | 271.88 | 0.52 | 0.49 |
| Hex | 80 | 3C | BC | 20 | 44 | 0 | 1A | 110 | 34 | 31 |
| Octal | 200 | 74 | 274 | 40 | 104 | 0 | 32 | 420 | 64 | 61 |
| Binary | 10000000 | 111100 | 10111100 | 100000 | 1000100 | 0 | 11010 | 100010000 | 110100 | 110001 |
Color Harmonies of #803CBC
Complementary color
Monochromatic Colors of #803CBC
Black with #803CBC
Text Example
Text Example
White with #803CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CBC; }
p { color: rgb(128,60,188); }
H1.HeaderClassName
{
color: #803CBC;
}
.AnyTagClassName
{
color: #803CBC;
}
</style>
background-color css
<style>
a { background-color: #803CBC; }
a { background-color: rgb(128,60,188); }
div.DivClassName
{
background-color: #803CBC;
}
.BgClassName
{
background-color: #803CBC;
}
</style>
border-color css
<style>
span { border-color: #803CBC; }
span { border-color: rgb(128,60,188); }
td.TdClassName
{
border-color: #803CBC;
}
.TagClassName
{
border-color: #803CBC;
}
</style>