Shades of Medium Orchid #AD54CC
Tints of Medium Orchid #AD54CC
RGB
CMYK
RGB Variations
Color information
#AD54CC (or 0xAD54CC) is known color: Medium Orchid. HEX triplet: AD, 54 and CC. RGB value is (173,84,204). Sum of RGB (Red+Green+Blue) = 173+84+204=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54CC is #52AB33. Grayscale: #7B7B7B. Windows color (decimal): -5417780 or 13391021. OLE color: 13391021.
HSL color Cylindrical-coordinate representation of color #AD54CC: hue angle of 284.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD54CC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 84 | 204 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.2 |
| HSL | 284.5º | 0.54% | 0.56% | - |
| HSV(B) | 284.5º | 0.59% | 0.8% | - |
| XYZ | 31.3 | 19.58 | 59.26 | - |
| YUV | 124.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 204 | 0.15 | 0.59 | 0 | 0.2 | 284.5 | 0.54 | 0.56 |
| Hex | AD | 54 | CC | F | 3B | 0 | 14 | 11C | 36 | 38 |
| Octal | 255 | 124 | 314 | 17 | 73 | 0 | 24 | 434 | 66 | 70 |
| Binary | 10101101 | 1010100 | 11001100 | 1111 | 111011 | 0 | 10100 | 100011100 | 110110 | 111000 |
Color Harmonies of #AD54CC
Complementary color
Monochromatic Colors of #AD54CC
Black with #AD54CC
Text Example
Text Example
White with #AD54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54CC; }
p { color: rgb(173,84,204); }
H1.HeaderClassName
{
color: #AD54CC;
}
.AnyTagClassName
{
color: #AD54CC;
}
</style>
background-color css
<style>
a { background-color: #AD54CC; }
a { background-color: rgb(173,84,204); }
div.DivClassName
{
background-color: #AD54CC;
}
.BgClassName
{
background-color: #AD54CC;
}
</style>
border-color css
<style>
span { border-color: #AD54CC; }
span { border-color: rgb(173,84,204); }
td.TdClassName
{
border-color: #AD54CC;
}
.TagClassName
{
border-color: #AD54CC;
}
</style>