Shades of Medium Orchid #AD5DC1
Tints of Medium Orchid #AD5DC1
RGB
CMYK
RGB Variations
Color information
#AD5DC1 (or 0xAD5DC1) is known color: Medium Orchid. HEX triplet: AD, 5D and C1. RGB value is (173,93,193). Sum of RGB (Red+Green+Blue) = 173+93+193=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD5DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DC1 is #52A23E. Grayscale: #808080. Windows color (decimal): -5415487 or 12672429. OLE color: 12672429.
HSL color Cylindrical-coordinate representation of color #AD5DC1: hue angle of 288º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5DC1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 93 | 193 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.24 |
| HSL | 288º | 0.45% | 0.56% | - |
| HSV(B) | 288º | 0.52% | 0.76% | - |
| XYZ | 30.77 | 20.56 | 52.8 | - |
| YUV | 128.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 193 | 0.10 | 0.52 | 0 | 0.24 | 288 | 0.45 | 0.56 |
| Hex | AD | 5D | C1 | A | 34 | 0 | 18 | 120 | 2D | 38 |
| Octal | 255 | 135 | 301 | 12 | 64 | 0 | 30 | 440 | 55 | 70 |
| Binary | 10101101 | 1011101 | 11000001 | 1010 | 110100 | 0 | 11000 | 100100000 | 101101 | 111000 |
Color Harmonies of #AD5DC1
Complementary color
Monochromatic Colors of #AD5DC1
Black with #AD5DC1
Text Example
Text Example
White with #AD5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DC1; }
p { color: rgb(173,93,193); }
H1.HeaderClassName
{
color: #AD5DC1;
}
.AnyTagClassName
{
color: #AD5DC1;
}
</style>
background-color css
<style>
a { background-color: #AD5DC1; }
a { background-color: rgb(173,93,193); }
div.DivClassName
{
background-color: #AD5DC1;
}
.BgClassName
{
background-color: #AD5DC1;
}
</style>
border-color css
<style>
span { border-color: #AD5DC1; }
span { border-color: rgb(173,93,193); }
td.TdClassName
{
border-color: #AD5DC1;
}
.TagClassName
{
border-color: #AD5DC1;
}
</style>