Shades of Medium Orchid #AD5DC3
Tints of Medium Orchid #AD5DC3
RGB
CMYK
RGB Variations
Color information
#AD5DC3 (or 0xAD5DC3) is known color: Medium Orchid. HEX triplet: AD, 5D and C3. RGB value is (173,93,195). Sum of RGB (Red+Green+Blue) = 173+93+195=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD5DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DC3 is #52A23C. Grayscale: #808080. Windows color (decimal): -5415485 or 12803501. OLE color: 12803501.
HSL color Cylindrical-coordinate representation of color #AD5DC3: hue angle of 287.06º degrees, saturation: 0.46, 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 #AD5DC3 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 93 | 195 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.24 |
| HSL | 287.06º | 0.46% | 0.56% | - |
| HSV(B) | 287.06º | 0.52% | 0.76% | - |
| XYZ | 31 | 20.65 | 53.98 | - |
| YUV | 128.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 195 | 0.11 | 0.52 | 0 | 0.24 | 287.06 | 0.46 | 0.56 |
| Hex | AD | 5D | C3 | B | 34 | 0 | 18 | 11F | 2E | 38 |
| Octal | 255 | 135 | 303 | 13 | 64 | 0 | 30 | 437 | 56 | 70 |
| Binary | 10101101 | 1011101 | 11000011 | 1011 | 110100 | 0 | 11000 | 100011111 | 101110 | 111000 |
Color Harmonies of #AD5DC3
Complementary color
Monochromatic Colors of #AD5DC3
Black with #AD5DC3
Text Example
Text Example
White with #AD5DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DC3; }
p { color: rgb(173,93,195); }
H1.HeaderClassName
{
color: #AD5DC3;
}
.AnyTagClassName
{
color: #AD5DC3;
}
</style>
background-color css
<style>
a { background-color: #AD5DC3; }
a { background-color: rgb(173,93,195); }
div.DivClassName
{
background-color: #AD5DC3;
}
.BgClassName
{
background-color: #AD5DC3;
}
</style>
border-color css
<style>
span { border-color: #AD5DC3; }
span { border-color: rgb(173,93,195); }
td.TdClassName
{
border-color: #AD5DC3;
}
.TagClassName
{
border-color: #AD5DC3;
}
</style>