Shades of Medium Orchid #AD5CCD
Tints of Medium Orchid #AD5CCD
RGB
CMYK
RGB Variations
Color information
#AD5CCD (or 0xAD5CCD) is known color: Medium Orchid. HEX triplet: AD, 5C and CD. RGB value is (173,92,205). Sum of RGB (Red+Green+Blue) = 173+92+205=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CCD is #52A332. Grayscale: #808080. Windows color (decimal): -5415731 or 13458605. OLE color: 13458605.
HSL color Cylindrical-coordinate representation of color #AD5CCD: hue angle of 283.01º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5CCD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 92 | 205 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.20 |
| HSL | 283.01º | 0.53% | 0.58% | - |
| HSV(B) | 283.01º | 0.55% | 0.8% | - |
| XYZ | 32.08 | 20.95 | 60.11 | - |
| YUV | 129.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 205 | 0.16 | 0.55 | 0 | 0.20 | 283.01 | 0.53 | 0.58 |
| Hex | AD | 5C | CD | 10 | 37 | 0 | 14 | 11B | 35 | 3A |
| Octal | 255 | 134 | 315 | 20 | 67 | 0 | 24 | 433 | 65 | 72 |
| Binary | 10101101 | 1011100 | 11001101 | 10000 | 110111 | 0 | 10100 | 100011011 | 110101 | 111010 |
Color Harmonies of #AD5CCD
Complementary color
Monochromatic Colors of #AD5CCD
Black with #AD5CCD
Text Example
Text Example
White with #AD5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CCD; }
p { color: rgb(173,92,205); }
H1.HeaderClassName
{
color: #AD5CCD;
}
.AnyTagClassName
{
color: #AD5CCD;
}
</style>
background-color css
<style>
a { background-color: #AD5CCD; }
a { background-color: rgb(173,92,205); }
div.DivClassName
{
background-color: #AD5CCD;
}
.BgClassName
{
background-color: #AD5CCD;
}
</style>
border-color css
<style>
span { border-color: #AD5CCD; }
span { border-color: rgb(173,92,205); }
td.TdClassName
{
border-color: #AD5CCD;
}
.TagClassName
{
border-color: #AD5CCD;
}
</style>