Shades of Medium Orchid #AD5CDD
Tints of Medium Orchid #AD5CDD
RGB
CMYK
RGB Variations
Color information
#AD5CDD (or 0xAD5CDD) is known color: Medium Orchid. HEX triplet: AD, 5C and DD. RGB value is (173,92,221). Sum of RGB (Red+Green+Blue) = 173+92+221=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CDD is #52A322. Grayscale: #828282. Windows color (decimal): -5415715 or 14507181. OLE color: 14507181.
HSL color Cylindrical-coordinate representation of color #AD5CDD: hue angle of 277.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5CDD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 92 | 221 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.13 |
| HSL | 277.67º | 0.65% | 0.61% | - |
| HSV(B) | 277.67º | 0.58% | 0.87% | - |
| XYZ | 34.11 | 21.76 | 70.81 | - |
| YUV | 130.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 221 | 0.22 | 0.58 | 0 | 0.13 | 277.67 | 0.65 | 0.61 |
| Hex | AD | 5C | DD | 16 | 3A | 0 | D | 116 | 41 | 3D |
| Octal | 255 | 134 | 335 | 26 | 72 | 0 | 15 | 426 | 101 | 75 |
| Binary | 10101101 | 1011100 | 11011101 | 10110 | 111010 | 0 | 1101 | 100010110 | 1000001 | 111101 |
Color Harmonies of #AD5CDD
Complementary color
Monochromatic Colors of #AD5CDD
Black with #AD5CDD
Text Example
Text Example
White with #AD5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CDD; }
p { color: rgb(173,92,221); }
H1.HeaderClassName
{
color: #AD5CDD;
}
.AnyTagClassName
{
color: #AD5CDD;
}
</style>
background-color css
<style>
a { background-color: #AD5CDD; }
a { background-color: rgb(173,92,221); }
div.DivClassName
{
background-color: #AD5CDD;
}
.BgClassName
{
background-color: #AD5CDD;
}
</style>
border-color css
<style>
span { border-color: #AD5CDD; }
span { border-color: rgb(173,92,221); }
td.TdClassName
{
border-color: #AD5CDD;
}
.TagClassName
{
border-color: #AD5CDD;
}
</style>