Shades of Dark Orchid #822EC3
Tints of Dark Orchid #822EC3
RGB
CMYK
RGB Variations
Color information
#822EC3 (or 0x822EC3) is known color: Dark Orchid. HEX triplet: 82, 2E and C3. RGB value is (130,46,195). Sum of RGB (Red+Green+Blue) = 130+46+195=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #822EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EC3 is #7DD13C. Grayscale: #575757. Windows color (decimal): -8245565 or 12791426. OLE color: 12791426.
HSL color Cylindrical-coordinate representation of color #822EC3: hue angle of 273.83º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822EC3 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 46 | 195 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.24 |
| HSL | 273.83º | 0.62% | 0.47% | - |
| HSV(B) | 273.83º | 0.76% | 0.76% | - |
| XYZ | 20.03 | 10.64 | 52.63 | - |
| YUV | 88.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 195 | 0.33 | 0.76 | 0 | 0.24 | 273.83 | 0.62 | 0.47 |
| Hex | 82 | 2E | C3 | 21 | 4C | 0 | 18 | 112 | 3E | 2F |
| Octal | 202 | 56 | 303 | 41 | 114 | 0 | 30 | 422 | 76 | 57 |
| Binary | 10000010 | 101110 | 11000011 | 100001 | 1001100 | 0 | 11000 | 100010010 | 111110 | 101111 |
Color Harmonies of #822EC3
Complementary color
Monochromatic Colors of #822EC3
Black with #822EC3
Text Example
Text Example
White with #822EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822EC3; }
p { color: rgb(130,46,195); }
H1.HeaderClassName
{
color: #822EC3;
}
.AnyTagClassName
{
color: #822EC3;
}
</style>
background-color css
<style>
a { background-color: #822EC3; }
a { background-color: rgb(130,46,195); }
div.DivClassName
{
background-color: #822EC3;
}
.BgClassName
{
background-color: #822EC3;
}
</style>
border-color css
<style>
span { border-color: #822EC3; }
span { border-color: rgb(130,46,195); }
td.TdClassName
{
border-color: #822EC3;
}
.TagClassName
{
border-color: #822EC3;
}
</style>