Shades of Medium Orchid #AD5FD0
Tints of Medium Orchid #AD5FD0
RGB
CMYK
RGB Variations
Color information
#AD5FD0 (or 0xAD5FD0) is known color: Medium Orchid. HEX triplet: AD, 5F and D0. RGB value is (173,95,208). Sum of RGB (Red+Green+Blue) = 173+95+208=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD5FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FD0 is #52A02F. Grayscale: #828282. Windows color (decimal): -5414960 or 13655981. OLE color: 13655981.
HSL color Cylindrical-coordinate representation of color #AD5FD0: hue angle of 281.42º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5FD0 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 95 | 208 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.18 |
| HSL | 281.42º | 0.55% | 0.59% | - |
| HSV(B) | 281.42º | 0.54% | 0.82% | - |
| XYZ | 32.71 | 21.62 | 62.12 | - |
| YUV | 131.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 208 | 0.17 | 0.54 | 0 | 0.18 | 281.42 | 0.55 | 0.59 |
| Hex | AD | 5F | D0 | 11 | 36 | 0 | 12 | 119 | 37 | 3B |
| Octal | 255 | 137 | 320 | 21 | 66 | 0 | 22 | 431 | 67 | 73 |
| Binary | 10101101 | 1011111 | 11010000 | 10001 | 110110 | 0 | 10010 | 100011001 | 110111 | 111011 |
Color Harmonies of #AD5FD0
Complementary color
Monochromatic Colors of #AD5FD0
Black with #AD5FD0
Text Example
Text Example
White with #AD5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FD0; }
p { color: rgb(173,95,208); }
H1.HeaderClassName
{
color: #AD5FD0;
}
.AnyTagClassName
{
color: #AD5FD0;
}
</style>
background-color css
<style>
a { background-color: #AD5FD0; }
a { background-color: rgb(173,95,208); }
div.DivClassName
{
background-color: #AD5FD0;
}
.BgClassName
{
background-color: #AD5FD0;
}
</style>
border-color css
<style>
span { border-color: #AD5FD0; }
span { border-color: rgb(173,95,208); }
td.TdClassName
{
border-color: #AD5FD0;
}
.TagClassName
{
border-color: #AD5FD0;
}
</style>