Shades of Dark Orchid #A83DC8
Tints of Dark Orchid #A83DC8
RGB
CMYK
RGB Variations
Color information
#A83DC8 (or 0xA83DC8) is known color: Dark Orchid. HEX triplet: A8, 3D and C8. RGB value is (168,61,200). Sum of RGB (Red+Green+Blue) = 168+61+200=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #A83DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DC8 is #57C237. Grayscale: #6C6C6C. Windows color (decimal): -5751352 or 13122984. OLE color: 13122984.
HSL color Cylindrical-coordinate representation of color #A83DC8: hue angle of 286.19º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83DC8 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 61 | 200 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.22 |
| HSL | 286.19º | 0.56% | 0.51% | - |
| HSV(B) | 286.19º | 0.7% | 0.78% | - |
| XYZ | 28.24 | 15.83 | 56.21 | - |
| YUV | 108.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 200 | 0.16 | 0.69 | 0 | 0.22 | 286.19 | 0.56 | 0.51 |
| Hex | A8 | 3D | C8 | 10 | 45 | 0 | 16 | 11E | 38 | 33 |
| Octal | 250 | 75 | 310 | 20 | 105 | 0 | 26 | 436 | 70 | 63 |
| Binary | 10101000 | 111101 | 11001000 | 10000 | 1000101 | 0 | 10110 | 100011110 | 111000 | 110011 |
Color Harmonies of #A83DC8
Complementary color
Monochromatic Colors of #A83DC8
Black with #A83DC8
Text Example
Text Example
White with #A83DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DC8; }
p { color: rgb(168,61,200); }
H1.HeaderClassName
{
color: #A83DC8;
}
.AnyTagClassName
{
color: #A83DC8;
}
</style>
background-color css
<style>
a { background-color: #A83DC8; }
a { background-color: rgb(168,61,200); }
div.DivClassName
{
background-color: #A83DC8;
}
.BgClassName
{
background-color: #A83DC8;
}
</style>
border-color css
<style>
span { border-color: #A83DC8; }
span { border-color: rgb(168,61,200); }
td.TdClassName
{
border-color: #A83DC8;
}
.TagClassName
{
border-color: #A83DC8;
}
</style>