Shades of Medium Orchid #AD5CCB
Tints of Medium Orchid #AD5CCB
RGB
CMYK
RGB Variations
Color information
#AD5CCB (or 0xAD5CCB) is known color: Medium Orchid. HEX triplet: AD, 5C and CB. RGB value is (173,92,203). Sum of RGB (Red+Green+Blue) = 173+92+203=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CCB is #52A334. Grayscale: #808080. Windows color (decimal): -5415733 or 13327533. OLE color: 13327533.
HSL color Cylindrical-coordinate representation of color #AD5CCB: hue angle of 283.78º 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 #AD5CCB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 92 | 203 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.20 |
| HSL | 283.78º | 0.52% | 0.58% | - |
| HSV(B) | 283.78º | 0.55% | 0.8% | - |
| XYZ | 31.84 | 20.85 | 58.85 | - |
| YUV | 128.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 203 | 0.15 | 0.55 | 0 | 0.20 | 283.78 | 0.52 | 0.58 |
| Hex | AD | 5C | CB | F | 37 | 0 | 14 | 11C | 34 | 3A |
| Octal | 255 | 134 | 313 | 17 | 67 | 0 | 24 | 434 | 64 | 72 |
| Binary | 10101101 | 1011100 | 11001011 | 1111 | 110111 | 0 | 10100 | 100011100 | 110100 | 111010 |
Color Harmonies of #AD5CCB
Complementary color
Monochromatic Colors of #AD5CCB
Black with #AD5CCB
Text Example
Text Example
White with #AD5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CCB; }
p { color: rgb(173,92,203); }
H1.HeaderClassName
{
color: #AD5CCB;
}
.AnyTagClassName
{
color: #AD5CCB;
}
</style>
background-color css
<style>
a { background-color: #AD5CCB; }
a { background-color: rgb(173,92,203); }
div.DivClassName
{
background-color: #AD5CCB;
}
.BgClassName
{
background-color: #AD5CCB;
}
</style>
border-color css
<style>
span { border-color: #AD5CCB; }
span { border-color: rgb(173,92,203); }
td.TdClassName
{
border-color: #AD5CCB;
}
.TagClassName
{
border-color: #AD5CCB;
}
</style>