Shades of Medium Orchid #AD65CC
Tints of Medium Orchid #AD65CC
RGB
CMYK
RGB Variations
Color information
#AD65CC (or 0xAD65CC) is known color: Medium Orchid. HEX triplet: AD, 65 and CC. RGB value is (173,101,204). Sum of RGB (Red+Green+Blue) = 173+101+204=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65CC is #529A33. Grayscale: #858585. Windows color (decimal): -5413428 or 13395373. OLE color: 13395373.
HSL color Cylindrical-coordinate representation of color #AD65CC: hue angle of 281.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD65CC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 101 | 204 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.2 |
| HSL | 281.94º | 0.5% | 0.6% | - |
| HSV(B) | 281.94º | 0.5% | 0.8% | - |
| XYZ | 32.79 | 22.55 | 59.75 | - |
| YUV | 134.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 204 | 0.15 | 0.50 | 0 | 0.2 | 281.94 | 0.5 | 0.6 |
| Hex | AD | 65 | CC | F | 32 | 0 | 14 | 11A | 32 | 3C |
| Octal | 255 | 145 | 314 | 17 | 62 | 0 | 24 | 432 | 62 | 74 |
| Binary | 10101101 | 1100101 | 11001100 | 1111 | 110010 | 0 | 10100 | 100011010 | 110010 | 111100 |
Color Harmonies of #AD65CC
Complementary color
Monochromatic Colors of #AD65CC
Black with #AD65CC
Text Example
Text Example
White with #AD65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65CC; }
p { color: rgb(173,101,204); }
H1.HeaderClassName
{
color: #AD65CC;
}
.AnyTagClassName
{
color: #AD65CC;
}
</style>
background-color css
<style>
a { background-color: #AD65CC; }
a { background-color: rgb(173,101,204); }
div.DivClassName
{
background-color: #AD65CC;
}
.BgClassName
{
background-color: #AD65CC;
}
</style>
border-color css
<style>
span { border-color: #AD65CC; }
span { border-color: rgb(173,101,204); }
td.TdClassName
{
border-color: #AD65CC;
}
.TagClassName
{
border-color: #AD65CC;
}
</style>