Shades of Dark Orchid #822CC2
Tints of Dark Orchid #822CC2
RGB
CMYK
RGB Variations
Color information
#822CC2 (or 0x822CC2) is known color: Dark Orchid. HEX triplet: 82, 2C and C2. RGB value is (130,44,194). Sum of RGB (Red+Green+Blue) = 130+44+194=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #822CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CC2 is #7DD33D. Grayscale: #565656. Windows color (decimal): -8246078 or 12725378. OLE color: 12725378.
HSL color Cylindrical-coordinate representation of color #822CC2: hue angle of 274.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822CC2 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 44 | 194 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.24 |
| HSL | 274.4º | 0.63% | 0.47% | - |
| HSV(B) | 274.4º | 0.77% | 0.76% | - |
| XYZ | 19.84 | 10.44 | 52.01 | - |
| YUV | 86.81 | 188.49 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 194 | 0.33 | 0.77 | 0 | 0.24 | 274.4 | 0.63 | 0.47 |
| Hex | 82 | 2C | C2 | 21 | 4D | 0 | 18 | 112 | 3F | 2F |
| Octal | 202 | 54 | 302 | 41 | 115 | 0 | 30 | 422 | 77 | 57 |
| Binary | 10000010 | 101100 | 11000010 | 100001 | 1001101 | 0 | 11000 | 100010010 | 111111 | 101111 |
Color Harmonies of #822CC2
Complementary color
Monochromatic Colors of #822CC2
Black with #822CC2
Text Example
Text Example
White with #822CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CC2; }
p { color: rgb(130,44,194); }
H1.HeaderClassName
{
color: #822CC2;
}
.AnyTagClassName
{
color: #822CC2;
}
</style>
background-color css
<style>
a { background-color: #822CC2; }
a { background-color: rgb(130,44,194); }
div.DivClassName
{
background-color: #822CC2;
}
.BgClassName
{
background-color: #822CC2;
}
</style>
border-color css
<style>
span { border-color: #822CC2; }
span { border-color: rgb(130,44,194); }
td.TdClassName
{
border-color: #822CC2;
}
.TagClassName
{
border-color: #822CC2;
}
</style>