Shades of Dark Orchid #AD23CC
Tints of Dark Orchid #AD23CC
RGB
CMYK
RGB Variations
Color information
#AD23CC (or 0xAD23CC) is known color: Dark Orchid. HEX triplet: AD, 23 and CC. RGB value is (173,35,204). Sum of RGB (Red+Green+Blue) = 173+35+204=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23CC is #52DC33. Grayscale: #5E5E5E. Windows color (decimal): -5430324 or 13378477. OLE color: 13378477.
HSL color Cylindrical-coordinate representation of color #AD23CC: hue angle of 288.99º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD23CC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 35 | 204 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.2 |
| HSL | 288.99º | 0.71% | 0.47% | - |
| HSV(B) | 288.99º | 0.83% | 0.8% | - |
| XYZ | 28.73 | 14.45 | 58.4 | - |
| YUV | 95.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 204 | 0.15 | 0.83 | 0 | 0.2 | 288.99 | 0.71 | 0.47 |
| Hex | AD | 23 | CC | F | 53 | 0 | 14 | 121 | 47 | 2F |
| Octal | 255 | 43 | 314 | 17 | 123 | 0 | 24 | 441 | 107 | 57 |
| Binary | 10101101 | 100011 | 11001100 | 1111 | 1010011 | 0 | 10100 | 100100001 | 1000111 | 101111 |
Color Harmonies of #AD23CC
Complementary color
Monochromatic Colors of #AD23CC
Black with #AD23CC
Text Example
Text Example
White with #AD23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23CC; }
p { color: rgb(173,35,204); }
H1.HeaderClassName
{
color: #AD23CC;
}
.AnyTagClassName
{
color: #AD23CC;
}
</style>
background-color css
<style>
a { background-color: #AD23CC; }
a { background-color: rgb(173,35,204); }
div.DivClassName
{
background-color: #AD23CC;
}
.BgClassName
{
background-color: #AD23CC;
}
</style>
border-color css
<style>
span { border-color: #AD23CC; }
span { border-color: rgb(173,35,204); }
td.TdClassName
{
border-color: #AD23CC;
}
.TagClassName
{
border-color: #AD23CC;
}
</style>