Shades of Dark Orchid #832CC6
Tints of Dark Orchid #832CC6
RGB
CMYK
RGB Variations
Color information
#832CC6 (or 0x832CC6) is known color: Dark Orchid. HEX triplet: 83, 2C and C6. RGB value is (131,44,198). Sum of RGB (Red+Green+Blue) = 131+44+198=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #832CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CC6 is #7CD339. Grayscale: #575757. Windows color (decimal): -8180538 or 12987523. OLE color: 12987523.
HSL color Cylindrical-coordinate representation of color #832CC6: hue angle of 273.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832CC6 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 44 | 198 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.22 |
| HSL | 273.9º | 0.64% | 0.47% | - |
| HSV(B) | 273.9º | 0.78% | 0.78% | - |
| XYZ | 20.45 | 10.7 | 54.41 | - |
| YUV | 87.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 198 | 0.34 | 0.78 | 0 | 0.22 | 273.9 | 0.64 | 0.47 |
| Hex | 83 | 2C | C6 | 22 | 4E | 0 | 16 | 112 | 40 | 2F |
| Octal | 203 | 54 | 306 | 42 | 116 | 0 | 26 | 422 | 100 | 57 |
| Binary | 10000011 | 101100 | 11000110 | 100010 | 1001110 | 0 | 10110 | 100010010 | 1000000 | 101111 |
Color Harmonies of #832CC6
Complementary color
Monochromatic Colors of #832CC6
Black with #832CC6
Text Example
Text Example
White with #832CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CC6; }
p { color: rgb(131,44,198); }
H1.HeaderClassName
{
color: #832CC6;
}
.AnyTagClassName
{
color: #832CC6;
}
</style>
background-color css
<style>
a { background-color: #832CC6; }
a { background-color: rgb(131,44,198); }
div.DivClassName
{
background-color: #832CC6;
}
.BgClassName
{
background-color: #832CC6;
}
</style>
border-color css
<style>
span { border-color: #832CC6; }
span { border-color: rgb(131,44,198); }
td.TdClassName
{
border-color: #832CC6;
}
.TagClassName
{
border-color: #832CC6;
}
</style>