Shades of Medium Orchid #AD52DC
Tints of Medium Orchid #AD52DC
RGB
CMYK
RGB Variations
Color information
#AD52DC (or 0xAD52DC) is known color: Medium Orchid. HEX triplet: AD, 52 and DC. RGB value is (173,82,220). Sum of RGB (Red+Green+Blue) = 173+82+220=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52DC is #52AD23. Grayscale: #7C7C7C. Windows color (decimal): -5418276 or 14439085. OLE color: 14439085.
HSL color Cylindrical-coordinate representation of color #AD52DC: hue angle of 279.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD52DC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 82 | 220 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 279.57º | 0.66% | 0.59% | - |
| HSV(B) | 279.57º | 0.63% | 0.86% | - |
| XYZ | 33.17 | 20.09 | 69.84 | - |
| YUV | 124.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 220 | 0.21 | 0.63 | 0 | 0.14 | 279.57 | 0.66 | 0.59 |
| Hex | AD | 52 | DC | 15 | 3F | 0 | E | 118 | 42 | 3B |
| Octal | 255 | 122 | 334 | 25 | 77 | 0 | 16 | 430 | 102 | 73 |
| Binary | 10101101 | 1010010 | 11011100 | 10101 | 111111 | 0 | 1110 | 100011000 | 1000010 | 111011 |
Color Harmonies of #AD52DC
Complementary color
Monochromatic Colors of #AD52DC
Black with #AD52DC
Text Example
Text Example
White with #AD52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52DC; }
p { color: rgb(173,82,220); }
H1.HeaderClassName
{
color: #AD52DC;
}
.AnyTagClassName
{
color: #AD52DC;
}
</style>
background-color css
<style>
a { background-color: #AD52DC; }
a { background-color: rgb(173,82,220); }
div.DivClassName
{
background-color: #AD52DC;
}
.BgClassName
{
background-color: #AD52DC;
}
</style>
border-color css
<style>
span { border-color: #AD52DC; }
span { border-color: rgb(173,82,220); }
td.TdClassName
{
border-color: #AD52DC;
}
.TagClassName
{
border-color: #AD52DC;
}
</style>