Shades of Dark Orchid #8020C1
Tints of Dark Orchid #8020C1
RGB
CMYK
RGB Variations
Color information
#8020C1 (or 0x8020C1) is known color: Dark Orchid. HEX triplet: 80, 20 and C1. RGB value is (128,32,193). Sum of RGB (Red+Green+Blue) = 128+32+193=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #8020C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020C1 is #7FDF3E. Grayscale: #4E4E4E. Windows color (decimal): -8380223 or 12656768. OLE color: 12656768.
HSL color Cylindrical-coordinate representation of color #8020C1: hue angle of 275.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8020C1 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 32 | 193 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.24 |
| HSL | 275.78º | 0.72% | 0.44% | - |
| HSV(B) | 275.78º | 0.83% | 0.76% | - |
| XYZ | 19.04 | 9.47 | 51.28 | - |
| YUV | 79.06 | 192.3 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 193 | 0.34 | 0.83 | 0 | 0.24 | 275.78 | 0.72 | 0.44 |
| Hex | 80 | 20 | C1 | 22 | 53 | 0 | 18 | 114 | 48 | 2C |
| Octal | 200 | 40 | 301 | 42 | 123 | 0 | 30 | 424 | 110 | 54 |
| Binary | 10000000 | 100000 | 11000001 | 100010 | 1010011 | 0 | 11000 | 100010100 | 1001000 | 101100 |
Color Harmonies of #8020C1
Complementary color
Monochromatic Colors of #8020C1
Black with #8020C1
Text Example
Text Example
White with #8020C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020C1; }
p { color: rgb(128,32,193); }
H1.HeaderClassName
{
color: #8020C1;
}
.AnyTagClassName
{
color: #8020C1;
}
</style>
background-color css
<style>
a { background-color: #8020C1; }
a { background-color: rgb(128,32,193); }
div.DivClassName
{
background-color: #8020C1;
}
.BgClassName
{
background-color: #8020C1;
}
</style>
border-color css
<style>
span { border-color: #8020C1; }
span { border-color: rgb(128,32,193); }
td.TdClassName
{
border-color: #8020C1;
}
.TagClassName
{
border-color: #8020C1;
}
</style>