Shades of Dark Orchid #A63FCD
Tints of Dark Orchid #A63FCD
RGB
CMYK
RGB Variations
Color information
#A63FCD (or 0xA63FCD) is known color: Dark Orchid. HEX triplet: A6, 3F and CD. RGB value is (166,63,205). Sum of RGB (Red+Green+Blue) = 166+63+205=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A63FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FCD is #59C032. Grayscale: #6D6D6D. Windows color (decimal): -5881907 or 13451174. OLE color: 13451174.
HSL color Cylindrical-coordinate representation of color #A63FCD: hue angle of 283.52º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63FCD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 63 | 205 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.20 |
| HSL | 283.52º | 0.59% | 0.53% | - |
| HSV(B) | 283.52º | 0.69% | 0.8% | - |
| XYZ | 28.52 | 16.07 | 59.36 | - |
| YUV | 109.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 205 | 0.19 | 0.69 | 0 | 0.20 | 283.52 | 0.59 | 0.53 |
| Hex | A6 | 3F | CD | 13 | 45 | 0 | 14 | 11C | 3B | 35 |
| Octal | 246 | 77 | 315 | 23 | 105 | 0 | 24 | 434 | 73 | 65 |
| Binary | 10100110 | 111111 | 11001101 | 10011 | 1000101 | 0 | 10100 | 100011100 | 111011 | 110101 |
Color Harmonies of #A63FCD
Complementary color
Monochromatic Colors of #A63FCD
Black with #A63FCD
Text Example
Text Example
White with #A63FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FCD; }
p { color: rgb(166,63,205); }
H1.HeaderClassName
{
color: #A63FCD;
}
.AnyTagClassName
{
color: #A63FCD;
}
</style>
background-color css
<style>
a { background-color: #A63FCD; }
a { background-color: rgb(166,63,205); }
div.DivClassName
{
background-color: #A63FCD;
}
.BgClassName
{
background-color: #A63FCD;
}
</style>
border-color css
<style>
span { border-color: #A63FCD; }
span { border-color: rgb(166,63,205); }
td.TdClassName
{
border-color: #A63FCD;
}
.TagClassName
{
border-color: #A63FCD;
}
</style>