Shades of Dark Orchid #823FC6
Tints of Dark Orchid #823FC6
RGB
CMYK
RGB Variations
Color information
#823FC6 (or 0x823FC6) is known color: Dark Orchid. HEX triplet: 82, 3F and C6. RGB value is (130,63,198). Sum of RGB (Red+Green+Blue) = 130+63+198=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #823FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FC6 is #7DC039. Grayscale: #616161. Windows color (decimal): -8241210 or 12992386. OLE color: 12992386.
HSL color Cylindrical-coordinate representation of color #823FC6: hue angle of 269.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823FC6 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 63 | 198 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.22 |
| HSL | 269.78º | 0.54% | 0.51% | - |
| HSV(B) | 269.78º | 0.68% | 0.78% | - |
| XYZ | 21.18 | 12.38 | 54.7 | - |
| YUV | 98.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 198 | 0.34 | 0.68 | 0 | 0.22 | 269.78 | 0.54 | 0.51 |
| Hex | 82 | 3F | C6 | 22 | 44 | 0 | 16 | 10E | 36 | 33 |
| Octal | 202 | 77 | 306 | 42 | 104 | 0 | 26 | 416 | 66 | 63 |
| Binary | 10000010 | 111111 | 11000110 | 100010 | 1000100 | 0 | 10110 | 100001110 | 110110 | 110011 |
Color Harmonies of #823FC6
Complementary color
Monochromatic Colors of #823FC6
Black with #823FC6
Text Example
Text Example
White with #823FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823FC6; }
p { color: rgb(130,63,198); }
H1.HeaderClassName
{
color: #823FC6;
}
.AnyTagClassName
{
color: #823FC6;
}
</style>
background-color css
<style>
a { background-color: #823FC6; }
a { background-color: rgb(130,63,198); }
div.DivClassName
{
background-color: #823FC6;
}
.BgClassName
{
background-color: #823FC6;
}
</style>
border-color css
<style>
span { border-color: #823FC6; }
span { border-color: rgb(130,63,198); }
td.TdClassName
{
border-color: #823FC6;
}
.TagClassName
{
border-color: #823FC6;
}
</style>