Shades of Dark Orchid #803CC0
Tints of Dark Orchid #803CC0
RGB
CMYK
RGB Variations
Color information
#803CC0 (or 0x803CC0) is known color: Dark Orchid. HEX triplet: 80, 3C and C0. RGB value is (128,60,192). Sum of RGB (Red+Green+Blue) = 128+60+192=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #803CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CC0 is #7FC33F. Grayscale: #5E5E5E. Windows color (decimal): -8373056 or 12598400. OLE color: 12598400.
HSL color Cylindrical-coordinate representation of color #803CC0: hue angle of 270.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803CC0 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 60 | 192 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.25 |
| HSL | 270.91º | 0.52% | 0.49% | - |
| HSV(B) | 270.91º | 0.69% | 0.75% | - |
| XYZ | 20.03 | 11.63 | 51.06 | - |
| YUV | 95.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 192 | 0.33 | 0.69 | 0 | 0.25 | 270.91 | 0.52 | 0.49 |
| Hex | 80 | 3C | C0 | 21 | 45 | 0 | 19 | 10F | 34 | 31 |
| Octal | 200 | 74 | 300 | 41 | 105 | 0 | 31 | 417 | 64 | 61 |
| Binary | 10000000 | 111100 | 11000000 | 100001 | 1000101 | 0 | 11001 | 100001111 | 110100 | 110001 |
Color Harmonies of #803CC0
Complementary color
Monochromatic Colors of #803CC0
Black with #803CC0
Text Example
Text Example
White with #803CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CC0; }
p { color: rgb(128,60,192); }
H1.HeaderClassName
{
color: #803CC0;
}
.AnyTagClassName
{
color: #803CC0;
}
</style>
background-color css
<style>
a { background-color: #803CC0; }
a { background-color: rgb(128,60,192); }
div.DivClassName
{
background-color: #803CC0;
}
.BgClassName
{
background-color: #803CC0;
}
</style>
border-color css
<style>
span { border-color: #803CC0; }
span { border-color: rgb(128,60,192); }
td.TdClassName
{
border-color: #803CC0;
}
.TagClassName
{
border-color: #803CC0;
}
</style>