Shades of Medium Orchid #AD5BCF
Tints of Medium Orchid #AD5BCF
RGB
CMYK
RGB Variations
Color information
#AD5BCF (or 0xAD5BCF) is known color: Medium Orchid. HEX triplet: AD, 5B and CF. RGB value is (173,91,207). Sum of RGB (Red+Green+Blue) = 173+91+207=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BCF is #52A430. Grayscale: #808080. Windows color (decimal): -5415985 or 13589421. OLE color: 13589421.
HSL color Cylindrical-coordinate representation of color #AD5BCF: hue angle of 282.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5BCF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 91 | 207 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.19 |
| HSL | 282.41º | 0.55% | 0.58% | - |
| HSV(B) | 282.41º | 0.56% | 0.81% | - |
| XYZ | 32.24 | 20.87 | 61.36 | - |
| YUV | 128.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 207 | 0.16 | 0.56 | 0 | 0.19 | 282.41 | 0.55 | 0.58 |
| Hex | AD | 5B | CF | 10 | 38 | 0 | 13 | 11A | 37 | 3A |
| Octal | 255 | 133 | 317 | 20 | 70 | 0 | 23 | 432 | 67 | 72 |
| Binary | 10101101 | 1011011 | 11001111 | 10000 | 111000 | 0 | 10011 | 100011010 | 110111 | 111010 |
Color Harmonies of #AD5BCF
Complementary color
Monochromatic Colors of #AD5BCF
Black with #AD5BCF
Text Example
Text Example
White with #AD5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BCF; }
p { color: rgb(173,91,207); }
H1.HeaderClassName
{
color: #AD5BCF;
}
.AnyTagClassName
{
color: #AD5BCF;
}
</style>
background-color css
<style>
a { background-color: #AD5BCF; }
a { background-color: rgb(173,91,207); }
div.DivClassName
{
background-color: #AD5BCF;
}
.BgClassName
{
background-color: #AD5BCF;
}
</style>
border-color css
<style>
span { border-color: #AD5BCF; }
span { border-color: rgb(173,91,207); }
td.TdClassName
{
border-color: #AD5BCF;
}
.TagClassName
{
border-color: #AD5BCF;
}
</style>