Shades of Medium Orchid #AD63DF
Tints of Medium Orchid #AD63DF
RGB
CMYK
RGB Variations
Color information
#AD63DF (or 0xAD63DF) is known color: Medium Orchid. HEX triplet: AD, 63 and DF. RGB value is (173,99,223). Sum of RGB (Red+Green+Blue) = 173+99+223=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63DF is #529C20. Grayscale: #868686. Windows color (decimal): -5413921 or 14640045. OLE color: 14640045.
HSL color Cylindrical-coordinate representation of color #AD63DF: hue angle of 275.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD63DF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 99 | 223 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.13 |
| HSL | 275.81º | 0.66% | 0.63% | - |
| HSV(B) | 275.81º | 0.56% | 0.87% | - |
| XYZ | 35.01 | 23.14 | 72.43 | - |
| YUV | 135.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 223 | 0.22 | 0.56 | 0 | 0.13 | 275.81 | 0.66 | 0.63 |
| Hex | AD | 63 | DF | 16 | 38 | 0 | D | 114 | 42 | 3F |
| Octal | 255 | 143 | 337 | 26 | 70 | 0 | 15 | 424 | 102 | 77 |
| Binary | 10101101 | 1100011 | 11011111 | 10110 | 111000 | 0 | 1101 | 100010100 | 1000010 | 111111 |
Color Harmonies of #AD63DF
Complementary color
Monochromatic Colors of #AD63DF
Black with #AD63DF
Text Example
Text Example
White with #AD63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63DF; }
p { color: rgb(173,99,223); }
H1.HeaderClassName
{
color: #AD63DF;
}
.AnyTagClassName
{
color: #AD63DF;
}
</style>
background-color css
<style>
a { background-color: #AD63DF; }
a { background-color: rgb(173,99,223); }
div.DivClassName
{
background-color: #AD63DF;
}
.BgClassName
{
background-color: #AD63DF;
}
</style>
border-color css
<style>
span { border-color: #AD63DF; }
span { border-color: rgb(173,99,223); }
td.TdClassName
{
border-color: #AD63DF;
}
.TagClassName
{
border-color: #AD63DF;
}
</style>