Shades of Dark Orchid #A63CCD
Tints of Dark Orchid #A63CCD
RGB
CMYK
RGB Variations
Color information
#A63CCD (or 0xA63CCD) is known color: Dark Orchid. HEX triplet: A6, 3C and CD. RGB value is (166,60,205). Sum of RGB (Red+Green+Blue) = 166+60+205=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A63CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCD is #59C332. Grayscale: #6B6B6B. Windows color (decimal): -5882675 or 13450406. OLE color: 13450406.
HSL color Cylindrical-coordinate representation of color #A63CCD: hue angle of 283.86º 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 #A63CCD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 60 | 205 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.20 |
| HSL | 283.86º | 0.59% | 0.52% | - |
| HSV(B) | 283.86º | 0.71% | 0.8% | - |
| XYZ | 28.36 | 15.75 | 59.3 | - |
| YUV | 108.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 205 | 0.19 | 0.71 | 0 | 0.20 | 283.86 | 0.59 | 0.52 |
| Hex | A6 | 3C | CD | 13 | 47 | 0 | 14 | 11C | 3B | 34 |
| Octal | 246 | 74 | 315 | 23 | 107 | 0 | 24 | 434 | 73 | 64 |
| Binary | 10100110 | 111100 | 11001101 | 10011 | 1000111 | 0 | 10100 | 100011100 | 111011 | 110100 |
Color Harmonies of #A63CCD
Complementary color
Monochromatic Colors of #A63CCD
Black with #A63CCD
Text Example
Text Example
White with #A63CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CCD; }
p { color: rgb(166,60,205); }
H1.HeaderClassName
{
color: #A63CCD;
}
.AnyTagClassName
{
color: #A63CCD;
}
</style>
background-color css
<style>
a { background-color: #A63CCD; }
a { background-color: rgb(166,60,205); }
div.DivClassName
{
background-color: #A63CCD;
}
.BgClassName
{
background-color: #A63CCD;
}
</style>
border-color css
<style>
span { border-color: #A63CCD; }
span { border-color: rgb(166,60,205); }
td.TdClassName
{
border-color: #A63CCD;
}
.TagClassName
{
border-color: #A63CCD;
}
</style>