Shades of Medium Orchid #AD65C7
Tints of Medium Orchid #AD65C7
RGB
CMYK
RGB Variations
Color information
#AD65C7 (or 0xAD65C7) is known color: Medium Orchid. HEX triplet: AD, 65 and C7. RGB value is (173,101,199). Sum of RGB (Red+Green+Blue) = 173+101+199=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD65C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65C7 is #529A38. Grayscale: #858585. Windows color (decimal): -5413433 or 13067693. OLE color: 13067693.
HSL color Cylindrical-coordinate representation of color #AD65C7: hue angle of 284.08º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD65C7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 101 | 199 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.22 |
| HSL | 284.08º | 0.47% | 0.59% | - |
| HSV(B) | 284.08º | 0.49% | 0.78% | - |
| XYZ | 32.2 | 22.32 | 56.64 | - |
| YUV | 133.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 199 | 0.13 | 0.49 | 0 | 0.22 | 284.08 | 0.47 | 0.59 |
| Hex | AD | 65 | C7 | D | 31 | 0 | 16 | 11C | 2F | 3B |
| Octal | 255 | 145 | 307 | 15 | 61 | 0 | 26 | 434 | 57 | 73 |
| Binary | 10101101 | 1100101 | 11000111 | 1101 | 110001 | 0 | 10110 | 100011100 | 101111 | 111011 |
Color Harmonies of #AD65C7
Complementary color
Monochromatic Colors of #AD65C7
Black with #AD65C7
Text Example
Text Example
White with #AD65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65C7; }
p { color: rgb(173,101,199); }
H1.HeaderClassName
{
color: #AD65C7;
}
.AnyTagClassName
{
color: #AD65C7;
}
</style>
background-color css
<style>
a { background-color: #AD65C7; }
a { background-color: rgb(173,101,199); }
div.DivClassName
{
background-color: #AD65C7;
}
.BgClassName
{
background-color: #AD65C7;
}
</style>
border-color css
<style>
span { border-color: #AD65C7; }
span { border-color: rgb(173,101,199); }
td.TdClassName
{
border-color: #AD65C7;
}
.TagClassName
{
border-color: #AD65C7;
}
</style>