Shades of Medium Orchid #AD5FCC
Tints of Medium Orchid #AD5FCC
RGB
CMYK
RGB Variations
Color information
#AD5FCC (or 0xAD5FCC) is known color: Medium Orchid. HEX triplet: AD, 5F and CC. RGB value is (173,95,204). Sum of RGB (Red+Green+Blue) = 173+95+204=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCC is #52A033. Grayscale: #828282. Windows color (decimal): -5414964 or 13393837. OLE color: 13393837.
HSL color Cylindrical-coordinate representation of color #AD5FCC: hue angle of 282.94º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5FCC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 95 | 204 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.2 |
| HSL | 282.94º | 0.52% | 0.59% | - |
| HSV(B) | 282.94º | 0.53% | 0.8% | - |
| XYZ | 32.22 | 21.43 | 59.56 | - |
| YUV | 130.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 204 | 0.15 | 0.53 | 0 | 0.2 | 282.94 | 0.52 | 0.59 |
| Hex | AD | 5F | CC | F | 35 | 0 | 14 | 11B | 34 | 3B |
| Octal | 255 | 137 | 314 | 17 | 65 | 0 | 24 | 433 | 64 | 73 |
| Binary | 10101101 | 1011111 | 11001100 | 1111 | 110101 | 0 | 10100 | 100011011 | 110100 | 111011 |
Color Harmonies of #AD5FCC
Complementary color
Monochromatic Colors of #AD5FCC
Black with #AD5FCC
Text Example
Text Example
White with #AD5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FCC; }
p { color: rgb(173,95,204); }
H1.HeaderClassName
{
color: #AD5FCC;
}
.AnyTagClassName
{
color: #AD5FCC;
}
</style>
background-color css
<style>
a { background-color: #AD5FCC; }
a { background-color: rgb(173,95,204); }
div.DivClassName
{
background-color: #AD5FCC;
}
.BgClassName
{
background-color: #AD5FCC;
}
</style>
border-color css
<style>
span { border-color: #AD5FCC; }
span { border-color: rgb(173,95,204); }
td.TdClassName
{
border-color: #AD5FCC;
}
.TagClassName
{
border-color: #AD5FCC;
}
</style>