Shades of Medium Orchid #AD65CE
Tints of Medium Orchid #AD65CE
RGB
CMYK
RGB Variations
Color information
#AD65CE (or 0xAD65CE) is known color: Medium Orchid. HEX triplet: AD, 65 and CE. RGB value is (173,101,206). Sum of RGB (Red+Green+Blue) = 173+101+206=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CE is #529A31. Grayscale: #868686. Windows color (decimal): -5413426 or 13526445. OLE color: 13526445.
HSL color Cylindrical-coordinate representation of color #AD65CE: hue angle of 281.14º 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 #AD65CE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 101 | 206 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.19 |
| HSL | 281.14º | 0.52% | 0.6% | - |
| HSV(B) | 281.14º | 0.51% | 0.81% | - |
| XYZ | 33.03 | 22.65 | 61.02 | - |
| YUV | 134.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 206 | 0.16 | 0.51 | 0 | 0.19 | 281.14 | 0.52 | 0.6 |
| Hex | AD | 65 | CE | 10 | 33 | 0 | 13 | 119 | 34 | 3C |
| Octal | 255 | 145 | 316 | 20 | 63 | 0 | 23 | 431 | 64 | 74 |
| Binary | 10101101 | 1100101 | 11001110 | 10000 | 110011 | 0 | 10011 | 100011001 | 110100 | 111100 |
Color Harmonies of #AD65CE
Complementary color
Monochromatic Colors of #AD65CE
Black with #AD65CE
Text Example
Text Example
White with #AD65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65CE; }
p { color: rgb(173,101,206); }
H1.HeaderClassName
{
color: #AD65CE;
}
.AnyTagClassName
{
color: #AD65CE;
}
</style>
background-color css
<style>
a { background-color: #AD65CE; }
a { background-color: rgb(173,101,206); }
div.DivClassName
{
background-color: #AD65CE;
}
.BgClassName
{
background-color: #AD65CE;
}
</style>
border-color css
<style>
span { border-color: #AD65CE; }
span { border-color: rgb(173,101,206); }
td.TdClassName
{
border-color: #AD65CE;
}
.TagClassName
{
border-color: #AD65CE;
}
</style>