Shades of Dark Orchid #AD3CDD
Tints of Dark Orchid #AD3CDD
RGB
CMYK
RGB Variations
Color information
#AD3CDD (or 0xAD3CDD) is known color: Dark Orchid. HEX triplet: AD, 3C and DD. RGB value is (173,60,221). Sum of RGB (Red+Green+Blue) = 173+60+221=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CDD is #52C322. Grayscale: #6F6F6F. Windows color (decimal): -5423907 or 14498989. OLE color: 14498989.
HSL color Cylindrical-coordinate representation of color #AD3CDD: hue angle of 282.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3CDD is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 60 | 221 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.13 |
| HSL | 282.11º | 0.7% | 0.55% | - |
| HSV(B) | 282.11º | 0.73% | 0.87% | - |
| XYZ | 31.9 | 17.34 | 70.07 | - |
| YUV | 112.14 | 189.44 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 221 | 0.22 | 0.73 | 0 | 0.13 | 282.11 | 0.7 | 0.55 |
| Hex | AD | 3C | DD | 16 | 49 | 0 | D | 11A | 46 | 37 |
| Octal | 255 | 74 | 335 | 26 | 111 | 0 | 15 | 432 | 106 | 67 |
| Binary | 10101101 | 111100 | 11011101 | 10110 | 1001001 | 0 | 1101 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AD3CDD
Complementary color
Monochromatic Colors of #AD3CDD
Black with #AD3CDD
Text Example
Text Example
White with #AD3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CDD; }
p { color: rgb(173,60,221); }
H1.HeaderClassName
{
color: #AD3CDD;
}
.AnyTagClassName
{
color: #AD3CDD;
}
</style>
background-color css
<style>
a { background-color: #AD3CDD; }
a { background-color: rgb(173,60,221); }
div.DivClassName
{
background-color: #AD3CDD;
}
.BgClassName
{
background-color: #AD3CDD;
}
</style>
border-color css
<style>
span { border-color: #AD3CDD; }
span { border-color: rgb(173,60,221); }
td.TdClassName
{
border-color: #AD3CDD;
}
.TagClassName
{
border-color: #AD3CDD;
}
</style>