Shades of Dark Orchid #AD3DC6
Tints of Dark Orchid #AD3DC6
RGB
CMYK
RGB Variations
Color information
#AD3DC6 (or 0xAD3DC6) is known color: Dark Orchid. HEX triplet: AD, 3D and C6. RGB value is (173,61,198). Sum of RGB (Red+Green+Blue) = 173+61+198=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD3DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DC6 is #52C239. Grayscale: #6D6D6D. Windows color (decimal): -5423674 or 12991917. OLE color: 12991917.
HSL color Cylindrical-coordinate representation of color #AD3DC6: hue angle of 289.05º 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 #AD3DC6 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 61 | 198 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.22 |
| HSL | 289.05º | 0.55% | 0.51% | - |
| HSV(B) | 289.05º | 0.69% | 0.78% | - |
| XYZ | 29.1 | 16.3 | 55.04 | - |
| YUV | 110.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 198 | 0.13 | 0.69 | 0 | 0.22 | 289.05 | 0.55 | 0.51 |
| Hex | AD | 3D | C6 | D | 45 | 0 | 16 | 121 | 37 | 33 |
| Octal | 255 | 75 | 306 | 15 | 105 | 0 | 26 | 441 | 67 | 63 |
| Binary | 10101101 | 111101 | 11000110 | 1101 | 1000101 | 0 | 10110 | 100100001 | 110111 | 110011 |
Color Harmonies of #AD3DC6
Complementary color
Monochromatic Colors of #AD3DC6
Black with #AD3DC6
Text Example
Text Example
White with #AD3DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DC6; }
p { color: rgb(173,61,198); }
H1.HeaderClassName
{
color: #AD3DC6;
}
.AnyTagClassName
{
color: #AD3DC6;
}
</style>
background-color css
<style>
a { background-color: #AD3DC6; }
a { background-color: rgb(173,61,198); }
div.DivClassName
{
background-color: #AD3DC6;
}
.BgClassName
{
background-color: #AD3DC6;
}
</style>
border-color css
<style>
span { border-color: #AD3DC6; }
span { border-color: rgb(173,61,198); }
td.TdClassName
{
border-color: #AD3DC6;
}
.TagClassName
{
border-color: #AD3DC6;
}
</style>