Shades of Dark Orchid #AD3DCD
Tints of Dark Orchid #AD3DCD
RGB
CMYK
RGB Variations
Color information
#AD3DCD (or 0xAD3DCD) is known color: Dark Orchid. HEX triplet: AD, 3D and CD. RGB value is (173,61,205). Sum of RGB (Red+Green+Blue) = 173+61+205=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DCD is #52C232. Grayscale: #6E6E6E. Windows color (decimal): -5423667 or 13450669. OLE color: 13450669.
HSL color Cylindrical-coordinate representation of color #AD3DCD: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3DCD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 61 | 205 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.20 |
| HSL | 286.67º | 0.59% | 0.52% | - |
| HSV(B) | 286.67º | 0.7% | 0.8% | - |
| XYZ | 29.92 | 16.63 | 59.39 | - |
| YUV | 110.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 205 | 0.16 | 0.70 | 0 | 0.20 | 286.67 | 0.59 | 0.52 |
| Hex | AD | 3D | CD | 10 | 46 | 0 | 14 | 11F | 3B | 34 |
| Octal | 255 | 75 | 315 | 20 | 106 | 0 | 24 | 437 | 73 | 64 |
| Binary | 10101101 | 111101 | 11001101 | 10000 | 1000110 | 0 | 10100 | 100011111 | 111011 | 110100 |
Color Harmonies of #AD3DCD
Complementary color
Monochromatic Colors of #AD3DCD
Black with #AD3DCD
Text Example
Text Example
White with #AD3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DCD; }
p { color: rgb(173,61,205); }
H1.HeaderClassName
{
color: #AD3DCD;
}
.AnyTagClassName
{
color: #AD3DCD;
}
</style>
background-color css
<style>
a { background-color: #AD3DCD; }
a { background-color: rgb(173,61,205); }
div.DivClassName
{
background-color: #AD3DCD;
}
.BgClassName
{
background-color: #AD3DCD;
}
</style>
border-color css
<style>
span { border-color: #AD3DCD; }
span { border-color: rgb(173,61,205); }
td.TdClassName
{
border-color: #AD3DCD;
}
.TagClassName
{
border-color: #AD3DCD;
}
</style>