Shades of Dark Orchid #802CC0
Tints of Dark Orchid #802CC0
RGB
CMYK
RGB Variations
Color information
#802CC0 (or 0x802CC0) is known color: Dark Orchid. HEX triplet: 80, 2C and C0. RGB value is (128,44,192). Sum of RGB (Red+Green+Blue) = 128+44+192=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #802CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CC0 is #7FD33F. Grayscale: #555555. Windows color (decimal): -8377152 or 12594304. OLE color: 12594304.
HSL color Cylindrical-coordinate representation of color #802CC0: hue angle of 274.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802CC0 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 44 | 192 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.25 |
| HSL | 274.05º | 0.63% | 0.46% | - |
| HSV(B) | 274.05º | 0.77% | 0.75% | - |
| XYZ | 19.32 | 10.2 | 50.82 | - |
| YUV | 85.99 | 187.83 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 192 | 0.33 | 0.77 | 0 | 0.25 | 274.05 | 0.63 | 0.46 |
| Hex | 80 | 2C | C0 | 21 | 4D | 0 | 19 | 112 | 3F | 2E |
| Octal | 200 | 54 | 300 | 41 | 115 | 0 | 31 | 422 | 77 | 56 |
| Binary | 10000000 | 101100 | 11000000 | 100001 | 1001101 | 0 | 11001 | 100010010 | 111111 | 101110 |
Color Harmonies of #802CC0
Complementary color
Monochromatic Colors of #802CC0
Black with #802CC0
Text Example
Text Example
White with #802CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CC0; }
p { color: rgb(128,44,192); }
H1.HeaderClassName
{
color: #802CC0;
}
.AnyTagClassName
{
color: #802CC0;
}
</style>
background-color css
<style>
a { background-color: #802CC0; }
a { background-color: rgb(128,44,192); }
div.DivClassName
{
background-color: #802CC0;
}
.BgClassName
{
background-color: #802CC0;
}
</style>
border-color css
<style>
span { border-color: #802CC0; }
span { border-color: rgb(128,44,192); }
td.TdClassName
{
border-color: #802CC0;
}
.TagClassName
{
border-color: #802CC0;
}
</style>