Shades of Dark Orchid #AD23DD
Tints of Dark Orchid #AD23DD
RGB
CMYK
RGB Variations
Color information
#AD23DD (or 0xAD23DD) is known color: Dark Orchid. HEX triplet: AD, 23 and DD. RGB value is (173,35,221). Sum of RGB (Red+Green+Blue) = 173+35+221=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD23DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23DD is #52DC22. Grayscale: #606060. Windows color (decimal): -5430307 or 14492589. OLE color: 14492589.
HSL color Cylindrical-coordinate representation of color #AD23DD: hue angle of 284.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD23DD is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 35 | 221 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.13 |
| HSL | 284.52º | 0.73% | 0.5% | - |
| HSV(B) | 284.52º | 0.84% | 0.87% | - |
| XYZ | 30.89 | 15.31 | 69.73 | - |
| YUV | 97.47 | 197.72 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 221 | 0.22 | 0.84 | 0 | 0.13 | 284.52 | 0.73 | 0.5 |
| Hex | AD | 23 | DD | 16 | 54 | 0 | D | 11D | 49 | 32 |
| Octal | 255 | 43 | 335 | 26 | 124 | 0 | 15 | 435 | 111 | 62 |
| Binary | 10101101 | 100011 | 11011101 | 10110 | 1010100 | 0 | 1101 | 100011101 | 1001001 | 110010 |
Color Harmonies of #AD23DD
Complementary color
Monochromatic Colors of #AD23DD
Black with #AD23DD
Text Example
Text Example
White with #AD23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23DD; }
p { color: rgb(173,35,221); }
H1.HeaderClassName
{
color: #AD23DD;
}
.AnyTagClassName
{
color: #AD23DD;
}
</style>
background-color css
<style>
a { background-color: #AD23DD; }
a { background-color: rgb(173,35,221); }
div.DivClassName
{
background-color: #AD23DD;
}
.BgClassName
{
background-color: #AD23DD;
}
</style>
border-color css
<style>
span { border-color: #AD23DD; }
span { border-color: rgb(173,35,221); }
td.TdClassName
{
border-color: #AD23DD;
}
.TagClassName
{
border-color: #AD23DD;
}
</style>