Shades of Medium Orchid #AD66C9
Tints of Medium Orchid #AD66C9
RGB
CMYK
RGB Variations
Color information
#AD66C9 (or 0xAD66C9) is known color: Medium Orchid. HEX triplet: AD, 66 and C9. RGB value is (173,102,201). Sum of RGB (Red+Green+Blue) = 173+102+201=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD66C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66C9 is #529936. Grayscale: #868686. Windows color (decimal): -5413175 or 13199021. OLE color: 13199021.
HSL color Cylindrical-coordinate representation of color #AD66C9: hue angle of 283.03º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD66C9 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 102 | 201 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.21 |
| HSL | 283.03º | 0.48% | 0.59% | - |
| HSV(B) | 283.03º | 0.49% | 0.79% | - |
| XYZ | 32.53 | 22.6 | 57.91 | - |
| YUV | 134.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 201 | 0.14 | 0.49 | 0 | 0.21 | 283.03 | 0.48 | 0.59 |
| Hex | AD | 66 | C9 | E | 31 | 0 | 15 | 11B | 30 | 3B |
| Octal | 255 | 146 | 311 | 16 | 61 | 0 | 25 | 433 | 60 | 73 |
| Binary | 10101101 | 1100110 | 11001001 | 1110 | 110001 | 0 | 10101 | 100011011 | 110000 | 111011 |
Color Harmonies of #AD66C9
Complementary color
Monochromatic Colors of #AD66C9
Black with #AD66C9
Text Example
Text Example
White with #AD66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66C9; }
p { color: rgb(173,102,201); }
H1.HeaderClassName
{
color: #AD66C9;
}
.AnyTagClassName
{
color: #AD66C9;
}
</style>
background-color css
<style>
a { background-color: #AD66C9; }
a { background-color: rgb(173,102,201); }
div.DivClassName
{
background-color: #AD66C9;
}
.BgClassName
{
background-color: #AD66C9;
}
</style>
border-color css
<style>
span { border-color: #AD66C9; }
span { border-color: rgb(173,102,201); }
td.TdClassName
{
border-color: #AD66C9;
}
.TagClassName
{
border-color: #AD66C9;
}
</style>