Shades of Medium Orchid #AD50CC
Tints of Medium Orchid #AD50CC
RGB
CMYK
RGB Variations
Color information
#AD50CC (or 0xAD50CC) is known color: Medium Orchid. HEX triplet: AD, 50 and CC. RGB value is (173,80,204). Sum of RGB (Red+Green+Blue) = 173+80+204=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50CC is #52AF33. Grayscale: #797979. Windows color (decimal): -5418804 or 13389997. OLE color: 13389997.
HSL color Cylindrical-coordinate representation of color #AD50CC: hue angle of 285º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD50CC is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 80 | 204 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.2 |
| HSL | 285º | 0.55% | 0.56% | - |
| HSV(B) | 285º | 0.61% | 0.8% | - |
| XYZ | 31 | 18.98 | 59.16 | - |
| YUV | 121.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 204 | 0.15 | 0.61 | 0 | 0.2 | 285 | 0.55 | 0.56 |
| Hex | AD | 50 | CC | F | 3D | 0 | 14 | 11D | 37 | 38 |
| Octal | 255 | 120 | 314 | 17 | 75 | 0 | 24 | 435 | 67 | 70 |
| Binary | 10101101 | 1010000 | 11001100 | 1111 | 111101 | 0 | 10100 | 100011101 | 110111 | 111000 |
Color Harmonies of #AD50CC
Complementary color
Monochromatic Colors of #AD50CC
Black with #AD50CC
Text Example
Text Example
White with #AD50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50CC; }
p { color: rgb(173,80,204); }
H1.HeaderClassName
{
color: #AD50CC;
}
.AnyTagClassName
{
color: #AD50CC;
}
</style>
background-color css
<style>
a { background-color: #AD50CC; }
a { background-color: rgb(173,80,204); }
div.DivClassName
{
background-color: #AD50CC;
}
.BgClassName
{
background-color: #AD50CC;
}
</style>
border-color css
<style>
span { border-color: #AD50CC; }
span { border-color: rgb(173,80,204); }
td.TdClassName
{
border-color: #AD50CC;
}
.TagClassName
{
border-color: #AD50CC;
}
</style>