Shades of Dark Orchid #823AC3
Tints of Dark Orchid #823AC3
RGB
CMYK
RGB Variations
Color information
#823AC3 (or 0x823AC3) is known color: Dark Orchid. HEX triplet: 82, 3A and C3. RGB value is (130,58,195). Sum of RGB (Red+Green+Blue) = 130+58+195=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #823AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823AC3 is #7DC53C. Grayscale: #5E5E5E. Windows color (decimal): -8242493 or 12794498. OLE color: 12794498.
HSL color Cylindrical-coordinate representation of color #823AC3: hue angle of 271.53º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #823AC3 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 58 | 195 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.24 |
| HSL | 271.53º | 0.54% | 0.5% | - |
| HSV(B) | 271.53º | 0.7% | 0.76% | - |
| XYZ | 20.57 | 11.71 | 52.81 | - |
| YUV | 95.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 195 | 0.33 | 0.70 | 0 | 0.24 | 271.53 | 0.54 | 0.5 |
| Hex | 82 | 3A | C3 | 21 | 46 | 0 | 18 | 110 | 36 | 32 |
| Octal | 202 | 72 | 303 | 41 | 106 | 0 | 30 | 420 | 66 | 62 |
| Binary | 10000010 | 111010 | 11000011 | 100001 | 1000110 | 0 | 11000 | 100010000 | 110110 | 110010 |
Color Harmonies of #823AC3
Complementary color
Monochromatic Colors of #823AC3
Black with #823AC3
Text Example
Text Example
White with #823AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823AC3; }
p { color: rgb(130,58,195); }
H1.HeaderClassName
{
color: #823AC3;
}
.AnyTagClassName
{
color: #823AC3;
}
</style>
background-color css
<style>
a { background-color: #823AC3; }
a { background-color: rgb(130,58,195); }
div.DivClassName
{
background-color: #823AC3;
}
.BgClassName
{
background-color: #823AC3;
}
</style>
border-color css
<style>
span { border-color: #823AC3; }
span { border-color: rgb(130,58,195); }
td.TdClassName
{
border-color: #823AC3;
}
.TagClassName
{
border-color: #823AC3;
}
</style>