Shades of Medium Orchid #AD65D4
Tints of Medium Orchid #AD65D4
RGB
CMYK
RGB Variations
Color information
#AD65D4 (or 0xAD65D4) is known color: Medium Orchid. HEX triplet: AD, 65 and D4. RGB value is (173,101,212). Sum of RGB (Red+Green+Blue) = 173+101+212=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD65D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65D4 is #529A2B. Grayscale: #868686. Windows color (decimal): -5413420 or 13919661. OLE color: 13919661.
HSL color Cylindrical-coordinate representation of color #AD65D4: hue angle of 278.92º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD65D4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 101 | 212 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.17 |
| HSL | 278.92º | 0.56% | 0.61% | - |
| HSV(B) | 278.92º | 0.52% | 0.83% | - |
| XYZ | 33.77 | 22.95 | 64.94 | - |
| YUV | 135.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 212 | 0.18 | 0.52 | 0 | 0.17 | 278.92 | 0.56 | 0.61 |
| Hex | AD | 65 | D4 | 12 | 34 | 0 | 11 | 117 | 38 | 3D |
| Octal | 255 | 145 | 324 | 22 | 64 | 0 | 21 | 427 | 70 | 75 |
| Binary | 10101101 | 1100101 | 11010100 | 10010 | 110100 | 0 | 10001 | 100010111 | 111000 | 111101 |
Color Harmonies of #AD65D4
Complementary color
Monochromatic Colors of #AD65D4
Black with #AD65D4
Text Example
Text Example
White with #AD65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65D4; }
p { color: rgb(173,101,212); }
H1.HeaderClassName
{
color: #AD65D4;
}
.AnyTagClassName
{
color: #AD65D4;
}
</style>
background-color css
<style>
a { background-color: #AD65D4; }
a { background-color: rgb(173,101,212); }
div.DivClassName
{
background-color: #AD65D4;
}
.BgClassName
{
background-color: #AD65D4;
}
</style>
border-color css
<style>
span { border-color: #AD65D4; }
span { border-color: rgb(173,101,212); }
td.TdClassName
{
border-color: #AD65D4;
}
.TagClassName
{
border-color: #AD65D4;
}
</style>