Shades of Medium Orchid #AD65CF
Tints of Medium Orchid #AD65CF
RGB
CMYK
RGB Variations
Color information
#AD65CF (or 0xAD65CF) is known color: Medium Orchid. HEX triplet: AD, 65 and CF. RGB value is (173,101,207). Sum of RGB (Red+Green+Blue) = 173+101+207=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CF is #529A30. Grayscale: #868686. Windows color (decimal): -5413425 or 13591981. OLE color: 13591981.
HSL color Cylindrical-coordinate representation of color #AD65CF: hue angle of 280.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD65CF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 101 | 207 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.19 |
| HSL | 280.75º | 0.52% | 0.6% | - |
| HSV(B) | 280.75º | 0.51% | 0.81% | - |
| XYZ | 33.15 | 22.7 | 61.67 | - |
| YUV | 134.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 207 | 0.16 | 0.51 | 0 | 0.19 | 280.75 | 0.52 | 0.6 |
| Hex | AD | 65 | CF | 10 | 33 | 0 | 13 | 119 | 34 | 3C |
| Octal | 255 | 145 | 317 | 20 | 63 | 0 | 23 | 431 | 64 | 74 |
| Binary | 10101101 | 1100101 | 11001111 | 10000 | 110011 | 0 | 10011 | 100011001 | 110100 | 111100 |
Color Harmonies of #AD65CF
Complementary color
Monochromatic Colors of #AD65CF
Black with #AD65CF
Text Example
Text Example
White with #AD65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65CF; }
p { color: rgb(173,101,207); }
H1.HeaderClassName
{
color: #AD65CF;
}
.AnyTagClassName
{
color: #AD65CF;
}
</style>
background-color css
<style>
a { background-color: #AD65CF; }
a { background-color: rgb(173,101,207); }
div.DivClassName
{
background-color: #AD65CF;
}
.BgClassName
{
background-color: #AD65CF;
}
</style>
border-color css
<style>
span { border-color: #AD65CF; }
span { border-color: rgb(173,101,207); }
td.TdClassName
{
border-color: #AD65CF;
}
.TagClassName
{
border-color: #AD65CF;
}
</style>