Shades of Medium Orchid #AD5DC4
Tints of Medium Orchid #AD5DC4
RGB
CMYK
RGB Variations
Color information
#AD5DC4 (or 0xAD5DC4) is known color: Medium Orchid. HEX triplet: AD, 5D and C4. RGB value is (173,93,196). Sum of RGB (Red+Green+Blue) = 173+93+196=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD5DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DC4 is #52A23B. Grayscale: #808080. Windows color (decimal): -5415484 or 12869037. OLE color: 12869037.
HSL color Cylindrical-coordinate representation of color #AD5DC4: hue angle of 286.6º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5DC4 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 93 | 196 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.23 |
| HSL | 286.6º | 0.47% | 0.57% | - |
| HSV(B) | 286.6º | 0.53% | 0.77% | - |
| XYZ | 31.11 | 20.7 | 54.58 | - |
| YUV | 128.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 196 | 0.12 | 0.53 | 0 | 0.23 | 286.6 | 0.47 | 0.57 |
| Hex | AD | 5D | C4 | C | 35 | 0 | 17 | 11F | 2F | 39 |
| Octal | 255 | 135 | 304 | 14 | 65 | 0 | 27 | 437 | 57 | 71 |
| Binary | 10101101 | 1011101 | 11000100 | 1100 | 110101 | 0 | 10111 | 100011111 | 101111 | 111001 |
Color Harmonies of #AD5DC4
Complementary color
Monochromatic Colors of #AD5DC4
Black with #AD5DC4
Text Example
Text Example
White with #AD5DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DC4; }
p { color: rgb(173,93,196); }
H1.HeaderClassName
{
color: #AD5DC4;
}
.AnyTagClassName
{
color: #AD5DC4;
}
</style>
background-color css
<style>
a { background-color: #AD5DC4; }
a { background-color: rgb(173,93,196); }
div.DivClassName
{
background-color: #AD5DC4;
}
.BgClassName
{
background-color: #AD5DC4;
}
</style>
border-color css
<style>
span { border-color: #AD5DC4; }
span { border-color: rgb(173,93,196); }
td.TdClassName
{
border-color: #AD5DC4;
}
.TagClassName
{
border-color: #AD5DC4;
}
</style>