Shades of Dark Orchid #822CC0
Tints of Dark Orchid #822CC0
RGB
CMYK
RGB Variations
Color information
#822CC0 (or 0x822CC0) is known color: Dark Orchid. HEX triplet: 82, 2C and C0. RGB value is (130,44,192). Sum of RGB (Red+Green+Blue) = 130+44+192=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #822CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CC0 is #7DD33F. Grayscale: #565656. Windows color (decimal): -8246080 or 12594306. OLE color: 12594306.
HSL color Cylindrical-coordinate representation of color #822CC0: hue angle of 274.86º 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 #822CC0 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 44 | 192 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.25 |
| HSL | 274.86º | 0.63% | 0.46% | - |
| HSV(B) | 274.86º | 0.77% | 0.75% | - |
| XYZ | 19.62 | 10.35 | 50.83 | - |
| YUV | 86.59 | 187.49 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 192 | 0.32 | 0.77 | 0 | 0.25 | 274.86 | 0.63 | 0.46 |
| Hex | 82 | 2C | C0 | 20 | 4D | 0 | 19 | 113 | 3F | 2E |
| Octal | 202 | 54 | 300 | 40 | 115 | 0 | 31 | 423 | 77 | 56 |
| Binary | 10000010 | 101100 | 11000000 | 100000 | 1001101 | 0 | 11001 | 100010011 | 111111 | 101110 |
Color Harmonies of #822CC0
Complementary color
Monochromatic Colors of #822CC0
Black with #822CC0
Text Example
Text Example
White with #822CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CC0; }
p { color: rgb(130,44,192); }
H1.HeaderClassName
{
color: #822CC0;
}
.AnyTagClassName
{
color: #822CC0;
}
</style>
background-color css
<style>
a { background-color: #822CC0; }
a { background-color: rgb(130,44,192); }
div.DivClassName
{
background-color: #822CC0;
}
.BgClassName
{
background-color: #822CC0;
}
</style>
border-color css
<style>
span { border-color: #822CC0; }
span { border-color: rgb(130,44,192); }
td.TdClassName
{
border-color: #822CC0;
}
.TagClassName
{
border-color: #822CC0;
}
</style>