Shades of Medium Orchid #AD5CDC
Tints of Medium Orchid #AD5CDC
RGB
CMYK
RGB Variations
Color information
#AD5CDC (or 0xAD5CDC) is known color: Medium Orchid. HEX triplet: AD, 5C and DC. RGB value is (173,92,220). Sum of RGB (Red+Green+Blue) = 173+92+220=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CDC is #52A323. Grayscale: #828282. Windows color (decimal): -5415716 or 14441645. OLE color: 14441645.
HSL color Cylindrical-coordinate representation of color #AD5CDC: hue angle of 277.97º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5CDC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 92 | 220 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.14 |
| HSL | 277.97º | 0.65% | 0.61% | - |
| HSV(B) | 277.97º | 0.58% | 0.86% | - |
| XYZ | 33.98 | 21.71 | 70.11 | - |
| YUV | 130.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 220 | 0.21 | 0.58 | 0 | 0.14 | 277.97 | 0.65 | 0.61 |
| Hex | AD | 5C | DC | 15 | 3A | 0 | E | 116 | 41 | 3D |
| Octal | 255 | 134 | 334 | 25 | 72 | 0 | 16 | 426 | 101 | 75 |
| Binary | 10101101 | 1011100 | 11011100 | 10101 | 111010 | 0 | 1110 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AD5CDC
Complementary color
Monochromatic Colors of #AD5CDC
Black with #AD5CDC
Text Example
Text Example
White with #AD5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CDC; }
p { color: rgb(173,92,220); }
H1.HeaderClassName
{
color: #AD5CDC;
}
.AnyTagClassName
{
color: #AD5CDC;
}
</style>
background-color css
<style>
a { background-color: #AD5CDC; }
a { background-color: rgb(173,92,220); }
div.DivClassName
{
background-color: #AD5CDC;
}
.BgClassName
{
background-color: #AD5CDC;
}
</style>
border-color css
<style>
span { border-color: #AD5CDC; }
span { border-color: rgb(173,92,220); }
td.TdClassName
{
border-color: #AD5CDC;
}
.TagClassName
{
border-color: #AD5CDC;
}
</style>