Shades of Dark Orchid #8220C5
Tints of Dark Orchid #8220C5
RGB
CMYK
RGB Variations
Color information
#8220C5 (or 0x8220C5) is known color: Dark Orchid. HEX triplet: 82, 20 and C5. RGB value is (130,32,197). Sum of RGB (Red+Green+Blue) = 130+32+197=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #8220C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220C5 is #7DDF3A. Grayscale: #4F4F4F. Windows color (decimal): -8249147 or 12918914. OLE color: 12918914.
HSL color Cylindrical-coordinate representation of color #8220C5: hue angle of 275.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8220C5 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 32 | 197 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.23 |
| HSL | 275.64º | 0.72% | 0.45% | - |
| HSV(B) | 275.64º | 0.84% | 0.77% | - |
| XYZ | 19.8 | 9.81 | 53.67 | - |
| YUV | 80.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 197 | 0.34 | 0.84 | 0 | 0.23 | 275.64 | 0.72 | 0.45 |
| Hex | 82 | 20 | C5 | 22 | 54 | 0 | 17 | 114 | 48 | 2D |
| Octal | 202 | 40 | 305 | 42 | 124 | 0 | 27 | 424 | 110 | 55 |
| Binary | 10000010 | 100000 | 11000101 | 100010 | 1010100 | 0 | 10111 | 100010100 | 1001000 | 101101 |
Color Harmonies of #8220C5
Complementary color
Monochromatic Colors of #8220C5
Black with #8220C5
Text Example
Text Example
White with #8220C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220C5; }
p { color: rgb(130,32,197); }
H1.HeaderClassName
{
color: #8220C5;
}
.AnyTagClassName
{
color: #8220C5;
}
</style>
background-color css
<style>
a { background-color: #8220C5; }
a { background-color: rgb(130,32,197); }
div.DivClassName
{
background-color: #8220C5;
}
.BgClassName
{
background-color: #8220C5;
}
</style>
border-color css
<style>
span { border-color: #8220C5; }
span { border-color: rgb(130,32,197); }
td.TdClassName
{
border-color: #8220C5;
}
.TagClassName
{
border-color: #8220C5;
}
</style>