Shades of Medium Orchid #AD61CC
Tints of Medium Orchid #AD61CC
RGB
CMYK
RGB Variations
Color information
#AD61CC (or 0xAD61CC) is known color: Medium Orchid. HEX triplet: AD, 61 and CC. RGB value is (173,97,204). Sum of RGB (Red+Green+Blue) = 173+97+204=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD61CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CC is #529E33. Grayscale: #838383. Windows color (decimal): -5414452 or 13394349. OLE color: 13394349.
HSL color Cylindrical-coordinate representation of color #AD61CC: hue angle of 282.62º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD61CC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 97 | 204 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.2 |
| HSL | 282.62º | 0.51% | 0.59% | - |
| HSV(B) | 282.62º | 0.52% | 0.8% | - |
| XYZ | 32.41 | 21.79 | 59.63 | - |
| YUV | 131.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 204 | 0.15 | 0.52 | 0 | 0.2 | 282.62 | 0.51 | 0.59 |
| Hex | AD | 61 | CC | F | 34 | 0 | 14 | 11B | 33 | 3B |
| Octal | 255 | 141 | 314 | 17 | 64 | 0 | 24 | 433 | 63 | 73 |
| Binary | 10101101 | 1100001 | 11001100 | 1111 | 110100 | 0 | 10100 | 100011011 | 110011 | 111011 |
Color Harmonies of #AD61CC
Complementary color
Monochromatic Colors of #AD61CC
Black with #AD61CC
Text Example
Text Example
White with #AD61CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61CC; }
p { color: rgb(173,97,204); }
H1.HeaderClassName
{
color: #AD61CC;
}
.AnyTagClassName
{
color: #AD61CC;
}
</style>
background-color css
<style>
a { background-color: #AD61CC; }
a { background-color: rgb(173,97,204); }
div.DivClassName
{
background-color: #AD61CC;
}
.BgClassName
{
background-color: #AD61CC;
}
</style>
border-color css
<style>
span { border-color: #AD61CC; }
span { border-color: rgb(173,97,204); }
td.TdClassName
{
border-color: #AD61CC;
}
.TagClassName
{
border-color: #AD61CC;
}
</style>