Shades of Medium Orchid #AD42DF
Tints of Medium Orchid #AD42DF
RGB
CMYK
RGB Variations
Color information
#AD42DF (or 0xAD42DF) is known color: Medium Orchid. HEX triplet: AD, 42 and DF. RGB value is (173,66,223). Sum of RGB (Red+Green+Blue) = 173+66+223=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD42DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42DF is #52BD20. Grayscale: #737373. Windows color (decimal): -5422369 or 14631597. OLE color: 14631597.
HSL color Cylindrical-coordinate representation of color #AD42DF: hue angle of 280.89º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD42DF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 66 | 223 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.13 |
| HSL | 280.89º | 0.71% | 0.57% | - |
| HSV(B) | 280.89º | 0.7% | 0.87% | - |
| XYZ | 32.5 | 18.11 | 71.59 | - |
| YUV | 115.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 223 | 0.22 | 0.70 | 0 | 0.13 | 280.89 | 0.71 | 0.57 |
| Hex | AD | 42 | DF | 16 | 46 | 0 | D | 119 | 47 | 39 |
| Octal | 255 | 102 | 337 | 26 | 106 | 0 | 15 | 431 | 107 | 71 |
| Binary | 10101101 | 1000010 | 11011111 | 10110 | 1000110 | 0 | 1101 | 100011001 | 1000111 | 111001 |
Color Harmonies of #AD42DF
Complementary color
Monochromatic Colors of #AD42DF
Black with #AD42DF
Text Example
Text Example
White with #AD42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42DF; }
p { color: rgb(173,66,223); }
H1.HeaderClassName
{
color: #AD42DF;
}
.AnyTagClassName
{
color: #AD42DF;
}
</style>
background-color css
<style>
a { background-color: #AD42DF; }
a { background-color: rgb(173,66,223); }
div.DivClassName
{
background-color: #AD42DF;
}
.BgClassName
{
background-color: #AD42DF;
}
</style>
border-color css
<style>
span { border-color: #AD42DF; }
span { border-color: rgb(173,66,223); }
td.TdClassName
{
border-color: #AD42DF;
}
.TagClassName
{
border-color: #AD42DF;
}
</style>