Shades of Medium Orchid #AD60CF
Tints of Medium Orchid #AD60CF
RGB
CMYK
RGB Variations
Color information
#AD60CF (or 0xAD60CF) is known color: Medium Orchid. HEX triplet: AD, 60 and CF. RGB value is (173,96,207). Sum of RGB (Red+Green+Blue) = 173+96+207=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CF is #529F30. Grayscale: #838383. Windows color (decimal): -5414705 or 13590701. OLE color: 13590701.
HSL color Cylindrical-coordinate representation of color #AD60CF: hue angle of 281.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD60CF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 96 | 207 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.19 |
| HSL | 281.62º | 0.54% | 0.59% | - |
| HSV(B) | 281.62º | 0.54% | 0.81% | - |
| XYZ | 32.68 | 21.75 | 61.51 | - |
| YUV | 131.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 207 | 0.16 | 0.54 | 0 | 0.19 | 281.62 | 0.54 | 0.59 |
| Hex | AD | 60 | CF | 10 | 36 | 0 | 13 | 11A | 36 | 3B |
| Octal | 255 | 140 | 317 | 20 | 66 | 0 | 23 | 432 | 66 | 73 |
| Binary | 10101101 | 1100000 | 11001111 | 10000 | 110110 | 0 | 10011 | 100011010 | 110110 | 111011 |
Color Harmonies of #AD60CF
Complementary color
Monochromatic Colors of #AD60CF
Black with #AD60CF
Text Example
Text Example
White with #AD60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60CF; }
p { color: rgb(173,96,207); }
H1.HeaderClassName
{
color: #AD60CF;
}
.AnyTagClassName
{
color: #AD60CF;
}
</style>
background-color css
<style>
a { background-color: #AD60CF; }
a { background-color: rgb(173,96,207); }
div.DivClassName
{
background-color: #AD60CF;
}
.BgClassName
{
background-color: #AD60CF;
}
</style>
border-color css
<style>
span { border-color: #AD60CF; }
span { border-color: rgb(173,96,207); }
td.TdClassName
{
border-color: #AD60CF;
}
.TagClassName
{
border-color: #AD60CF;
}
</style>