Shades of Medium Orchid #AD65CD
Tints of Medium Orchid #AD65CD
RGB
CMYK
RGB Variations
Color information
#AD65CD (or 0xAD65CD) is known color: Medium Orchid. HEX triplet: AD, 65 and CD. RGB value is (173,101,205). Sum of RGB (Red+Green+Blue) = 173+101+205=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CD is #529A32. Grayscale: #868686. Windows color (decimal): -5413427 or 13460909. OLE color: 13460909.
HSL color Cylindrical-coordinate representation of color #AD65CD: hue angle of 281.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD65CD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 101 | 205 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.20 |
| HSL | 281.54º | 0.51% | 0.6% | - |
| HSV(B) | 281.54º | 0.51% | 0.8% | - |
| XYZ | 32.91 | 22.6 | 60.39 | - |
| YUV | 134.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 205 | 0.16 | 0.51 | 0 | 0.20 | 281.54 | 0.51 | 0.6 |
| Hex | AD | 65 | CD | 10 | 33 | 0 | 14 | 11A | 33 | 3C |
| Octal | 255 | 145 | 315 | 20 | 63 | 0 | 24 | 432 | 63 | 74 |
| Binary | 10101101 | 1100101 | 11001101 | 10000 | 110011 | 0 | 10100 | 100011010 | 110011 | 111100 |
Color Harmonies of #AD65CD
Complementary color
Monochromatic Colors of #AD65CD
Black with #AD65CD
Text Example
Text Example
White with #AD65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65CD; }
p { color: rgb(173,101,205); }
H1.HeaderClassName
{
color: #AD65CD;
}
.AnyTagClassName
{
color: #AD65CD;
}
</style>
background-color css
<style>
a { background-color: #AD65CD; }
a { background-color: rgb(173,101,205); }
div.DivClassName
{
background-color: #AD65CD;
}
.BgClassName
{
background-color: #AD65CD;
}
</style>
border-color css
<style>
span { border-color: #AD65CD; }
span { border-color: rgb(173,101,205); }
td.TdClassName
{
border-color: #AD65CD;
}
.TagClassName
{
border-color: #AD65CD;
}
</style>