Shades of Medium Orchid #AD66CF
Tints of Medium Orchid #AD66CF
RGB
CMYK
RGB Variations
Color information
#AD66CF (or 0xAD66CF) is known color: Medium Orchid. HEX triplet: AD, 66 and CF. RGB value is (173,102,207). Sum of RGB (Red+Green+Blue) = 173+102+207=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66CF is #529930. Grayscale: #868686. Windows color (decimal): -5413169 or 13592237. OLE color: 13592237.
HSL color Cylindrical-coordinate representation of color #AD66CF: hue angle of 280.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD66CF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 102 | 207 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.19 |
| HSL | 280.57º | 0.52% | 0.61% | - |
| HSV(B) | 280.57º | 0.51% | 0.81% | - |
| XYZ | 33.25 | 22.89 | 61.7 | - |
| YUV | 135.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 207 | 0.16 | 0.51 | 0 | 0.19 | 280.57 | 0.52 | 0.61 |
| Hex | AD | 66 | CF | 10 | 33 | 0 | 13 | 119 | 34 | 3D |
| Octal | 255 | 146 | 317 | 20 | 63 | 0 | 23 | 431 | 64 | 75 |
| Binary | 10101101 | 1100110 | 11001111 | 10000 | 110011 | 0 | 10011 | 100011001 | 110100 | 111101 |
Color Harmonies of #AD66CF
Complementary color
Monochromatic Colors of #AD66CF
Black with #AD66CF
Text Example
Text Example
White with #AD66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66CF; }
p { color: rgb(173,102,207); }
H1.HeaderClassName
{
color: #AD66CF;
}
.AnyTagClassName
{
color: #AD66CF;
}
</style>
background-color css
<style>
a { background-color: #AD66CF; }
a { background-color: rgb(173,102,207); }
div.DivClassName
{
background-color: #AD66CF;
}
.BgClassName
{
background-color: #AD66CF;
}
</style>
border-color css
<style>
span { border-color: #AD66CF; }
span { border-color: rgb(173,102,207); }
td.TdClassName
{
border-color: #AD66CF;
}
.TagClassName
{
border-color: #AD66CF;
}
</style>