Shades of Dark Orchid #A63DC7
Tints of Dark Orchid #A63DC7
RGB
CMYK
RGB Variations
Color information
#A63DC7 (or 0xA63DC7) is known color: Dark Orchid. HEX triplet: A6, 3D and C7. RGB value is (166,61,199). Sum of RGB (Red+Green+Blue) = 166+61+199=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #A63DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DC7 is #59C238. Grayscale: #6B6B6B. Windows color (decimal): -5882425 or 13057446. OLE color: 13057446.
HSL color Cylindrical-coordinate representation of color #A63DC7: hue angle of 285.65º degrees, saturation: 0.55, 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 #A63DC7 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 61 | 199 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.22 |
| HSL | 285.65º | 0.55% | 0.51% | - |
| HSV(B) | 285.65º | 0.69% | 0.78% | - |
| XYZ | 27.7 | 15.57 | 55.58 | - |
| YUV | 108.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 199 | 0.17 | 0.69 | 0 | 0.22 | 285.65 | 0.55 | 0.51 |
| Hex | A6 | 3D | C7 | 11 | 45 | 0 | 16 | 11E | 37 | 33 |
| Octal | 246 | 75 | 307 | 21 | 105 | 0 | 26 | 436 | 67 | 63 |
| Binary | 10100110 | 111101 | 11000111 | 10001 | 1000101 | 0 | 10110 | 100011110 | 110111 | 110011 |
Color Harmonies of #A63DC7
Complementary color
Monochromatic Colors of #A63DC7
Black with #A63DC7
Text Example
Text Example
White with #A63DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DC7; }
p { color: rgb(166,61,199); }
H1.HeaderClassName
{
color: #A63DC7;
}
.AnyTagClassName
{
color: #A63DC7;
}
</style>
background-color css
<style>
a { background-color: #A63DC7; }
a { background-color: rgb(166,61,199); }
div.DivClassName
{
background-color: #A63DC7;
}
.BgClassName
{
background-color: #A63DC7;
}
</style>
border-color css
<style>
span { border-color: #A63DC7; }
span { border-color: rgb(166,61,199); }
td.TdClassName
{
border-color: #A63DC7;
}
.TagClassName
{
border-color: #A63DC7;
}
</style>