Shades of Medium Orchid #AD5BCB
Tints of Medium Orchid #AD5BCB
RGB
CMYK
RGB Variations
Color information
#AD5BCB (or 0xAD5BCB) is known color: Medium Orchid. HEX triplet: AD, 5B and CB. RGB value is (173,91,203). Sum of RGB (Red+Green+Blue) = 173+91+203=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD5BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BCB is #52A434. Grayscale: #7F7F7F. Windows color (decimal): -5415989 or 13327277. OLE color: 13327277.
HSL color Cylindrical-coordinate representation of color #AD5BCB: hue angle of 283.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5BCB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 91 | 203 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.20 |
| HSL | 283.93º | 0.52% | 0.58% | - |
| HSV(B) | 283.93º | 0.55% | 0.8% | - |
| XYZ | 31.75 | 20.68 | 58.82 | - |
| YUV | 128.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 203 | 0.15 | 0.55 | 0 | 0.20 | 283.93 | 0.52 | 0.58 |
| Hex | AD | 5B | CB | F | 37 | 0 | 14 | 11C | 34 | 3A |
| Octal | 255 | 133 | 313 | 17 | 67 | 0 | 24 | 434 | 64 | 72 |
| Binary | 10101101 | 1011011 | 11001011 | 1111 | 110111 | 0 | 10100 | 100011100 | 110100 | 111010 |
Color Harmonies of #AD5BCB
Complementary color
Monochromatic Colors of #AD5BCB
Black with #AD5BCB
Text Example
Text Example
White with #AD5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BCB; }
p { color: rgb(173,91,203); }
H1.HeaderClassName
{
color: #AD5BCB;
}
.AnyTagClassName
{
color: #AD5BCB;
}
</style>
background-color css
<style>
a { background-color: #AD5BCB; }
a { background-color: rgb(173,91,203); }
div.DivClassName
{
background-color: #AD5BCB;
}
.BgClassName
{
background-color: #AD5BCB;
}
</style>
border-color css
<style>
span { border-color: #AD5BCB; }
span { border-color: rgb(173,91,203); }
td.TdClassName
{
border-color: #AD5BCB;
}
.TagClassName
{
border-color: #AD5BCB;
}
</style>