Shades of Medium Orchid #AD65D6
Tints of Medium Orchid #AD65D6
RGB
CMYK
RGB Variations
Color information
#AD65D6 (or 0xAD65D6) is known color: Medium Orchid. HEX triplet: AD, 65 and D6. RGB value is (173,101,214). Sum of RGB (Red+Green+Blue) = 173+101+214=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD65D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65D6 is #529A29. Grayscale: #878787. Windows color (decimal): -5413418 or 14050733. OLE color: 14050733.
HSL color Cylindrical-coordinate representation of color #AD65D6: hue angle of 278.23º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD65D6 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 101 | 214 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.16 |
| HSL | 278.23º | 0.58% | 0.62% | - |
| HSV(B) | 278.23º | 0.53% | 0.84% | - |
| XYZ | 34.02 | 23.05 | 66.27 | - |
| YUV | 135.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 214 | 0.19 | 0.53 | 0 | 0.16 | 278.23 | 0.58 | 0.62 |
| Hex | AD | 65 | D6 | 13 | 35 | 0 | 10 | 116 | 3A | 3E |
| Octal | 255 | 145 | 326 | 23 | 65 | 0 | 20 | 426 | 72 | 76 |
| Binary | 10101101 | 1100101 | 11010110 | 10011 | 110101 | 0 | 10000 | 100010110 | 111010 | 111110 |
Color Harmonies of #AD65D6
Complementary color
Monochromatic Colors of #AD65D6
Black with #AD65D6
Text Example
Text Example
White with #AD65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65D6; }
p { color: rgb(173,101,214); }
H1.HeaderClassName
{
color: #AD65D6;
}
.AnyTagClassName
{
color: #AD65D6;
}
</style>
background-color css
<style>
a { background-color: #AD65D6; }
a { background-color: rgb(173,101,214); }
div.DivClassName
{
background-color: #AD65D6;
}
.BgClassName
{
background-color: #AD65D6;
}
</style>
border-color css
<style>
span { border-color: #AD65D6; }
span { border-color: rgb(173,101,214); }
td.TdClassName
{
border-color: #AD65D6;
}
.TagClassName
{
border-color: #AD65D6;
}
</style>