Shades of Medium Orchid #AD60CE
Tints of Medium Orchid #AD60CE
RGB
CMYK
RGB Variations
Color information
#AD60CE (or 0xAD60CE) is known color: Medium Orchid. HEX triplet: AD, 60 and CE. RGB value is (173,96,206). Sum of RGB (Red+Green+Blue) = 173+96+206=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CE is #529F31. Grayscale: #838383. Windows color (decimal): -5414706 or 13525165. OLE color: 13525165.
HSL color Cylindrical-coordinate representation of color #AD60CE: hue angle of 282º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD60CE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 96 | 206 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.19 |
| HSL | 282º | 0.53% | 0.59% | - |
| HSV(B) | 282º | 0.53% | 0.81% | - |
| XYZ | 32.56 | 21.71 | 60.87 | - |
| YUV | 131.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 206 | 0.16 | 0.53 | 0 | 0.19 | 282 | 0.53 | 0.59 |
| Hex | AD | 60 | CE | 10 | 35 | 0 | 13 | 11A | 35 | 3B |
| Octal | 255 | 140 | 316 | 20 | 65 | 0 | 23 | 432 | 65 | 73 |
| Binary | 10101101 | 1100000 | 11001110 | 10000 | 110101 | 0 | 10011 | 100011010 | 110101 | 111011 |
Color Harmonies of #AD60CE
Complementary color
Monochromatic Colors of #AD60CE
Black with #AD60CE
Text Example
Text Example
White with #AD60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60CE; }
p { color: rgb(173,96,206); }
H1.HeaderClassName
{
color: #AD60CE;
}
.AnyTagClassName
{
color: #AD60CE;
}
</style>
background-color css
<style>
a { background-color: #AD60CE; }
a { background-color: rgb(173,96,206); }
div.DivClassName
{
background-color: #AD60CE;
}
.BgClassName
{
background-color: #AD60CE;
}
</style>
border-color css
<style>
span { border-color: #AD60CE; }
span { border-color: rgb(173,96,206); }
td.TdClassName
{
border-color: #AD60CE;
}
.TagClassName
{
border-color: #AD60CE;
}
</style>