Shades of Dark Orchid #AD23DC
Tints of Dark Orchid #AD23DC
RGB
CMYK
RGB Variations
Color information
#AD23DC (or 0xAD23DC) is known color: Dark Orchid. HEX triplet: AD, 23 and DC. RGB value is (173,35,220). Sum of RGB (Red+Green+Blue) = 173+35+220=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD23DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23DC is #52DC23. Grayscale: #606060. Windows color (decimal): -5430308 or 14427053. OLE color: 14427053.
HSL color Cylindrical-coordinate representation of color #AD23DC: hue angle of 284.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD23DC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 35 | 220 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.14 |
| HSL | 284.76º | 0.73% | 0.5% | - |
| HSV(B) | 284.76º | 0.84% | 0.86% | - |
| XYZ | 30.75 | 15.25 | 69.03 | - |
| YUV | 97.35 | 197.22 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 220 | 0.21 | 0.84 | 0 | 0.14 | 284.76 | 0.73 | 0.5 |
| Hex | AD | 23 | DC | 15 | 54 | 0 | E | 11D | 49 | 32 |
| Octal | 255 | 43 | 334 | 25 | 124 | 0 | 16 | 435 | 111 | 62 |
| Binary | 10101101 | 100011 | 11011100 | 10101 | 1010100 | 0 | 1110 | 100011101 | 1001001 | 110010 |
Color Harmonies of #AD23DC
Complementary color
Monochromatic Colors of #AD23DC
Black with #AD23DC
Text Example
Text Example
White with #AD23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23DC; }
p { color: rgb(173,35,220); }
H1.HeaderClassName
{
color: #AD23DC;
}
.AnyTagClassName
{
color: #AD23DC;
}
</style>
background-color css
<style>
a { background-color: #AD23DC; }
a { background-color: rgb(173,35,220); }
div.DivClassName
{
background-color: #AD23DC;
}
.BgClassName
{
background-color: #AD23DC;
}
</style>
border-color css
<style>
span { border-color: #AD23DC; }
span { border-color: rgb(173,35,220); }
td.TdClassName
{
border-color: #AD23DC;
}
.TagClassName
{
border-color: #AD23DC;
}
</style>