Shades of Dark Orchid #A83CCD
Tints of Dark Orchid #A83CCD
RGB
CMYK
RGB Variations
Color information
#A83CCD (or 0xA83CCD) is known color: Dark Orchid. HEX triplet: A8, 3C and CD. RGB value is (168,60,205). Sum of RGB (Red+Green+Blue) = 168+60+205=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A83CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CCD is #57C332. Grayscale: #6C6C6C. Windows color (decimal): -5751603 or 13450408. OLE color: 13450408.
HSL color Cylindrical-coordinate representation of color #A83CCD: hue angle of 284.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83CCD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 60 | 205 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.20 |
| HSL | 284.69º | 0.59% | 0.52% | - |
| HSV(B) | 284.69º | 0.71% | 0.8% | - |
| XYZ | 28.78 | 15.96 | 59.32 | - |
| YUV | 108.82 | 182.28 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 205 | 0.18 | 0.71 | 0 | 0.20 | 284.69 | 0.59 | 0.52 |
| Hex | A8 | 3C | CD | 12 | 47 | 0 | 14 | 11D | 3B | 34 |
| Octal | 250 | 74 | 315 | 22 | 107 | 0 | 24 | 435 | 73 | 64 |
| Binary | 10101000 | 111100 | 11001101 | 10010 | 1000111 | 0 | 10100 | 100011101 | 111011 | 110100 |
Color Harmonies of #A83CCD
Complementary color
Monochromatic Colors of #A83CCD
Black with #A83CCD
Text Example
Text Example
White with #A83CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CCD; }
p { color: rgb(168,60,205); }
H1.HeaderClassName
{
color: #A83CCD;
}
.AnyTagClassName
{
color: #A83CCD;
}
</style>
background-color css
<style>
a { background-color: #A83CCD; }
a { background-color: rgb(168,60,205); }
div.DivClassName
{
background-color: #A83CCD;
}
.BgClassName
{
background-color: #A83CCD;
}
</style>
border-color css
<style>
span { border-color: #A83CCD; }
span { border-color: rgb(168,60,205); }
td.TdClassName
{
border-color: #A83CCD;
}
.TagClassName
{
border-color: #A83CCD;
}
</style>