Shades of Medium Orchid #AD4FDC
Tints of Medium Orchid #AD4FDC
RGB
CMYK
RGB Variations
Color information
#AD4FDC (or 0xAD4FDC) is known color: Medium Orchid. HEX triplet: AD, 4F and DC. RGB value is (173,79,220). Sum of RGB (Red+Green+Blue) = 173+79+220=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FDC is #52B023. Grayscale: #7A7A7A. Windows color (decimal): -5419044 or 14438317. OLE color: 14438317.
HSL color Cylindrical-coordinate representation of color #AD4FDC: hue angle of 280º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4FDC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 79 | 220 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 280º | 0.67% | 0.59% | - |
| HSV(B) | 280º | 0.64% | 0.86% | - |
| XYZ | 32.95 | 19.64 | 69.77 | - |
| YUV | 123.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 220 | 0.21 | 0.64 | 0 | 0.14 | 280 | 0.67 | 0.59 |
| Hex | AD | 4F | DC | 15 | 40 | 0 | E | 118 | 43 | 3B |
| Octal | 255 | 117 | 334 | 25 | 100 | 0 | 16 | 430 | 103 | 73 |
| Binary | 10101101 | 1001111 | 11011100 | 10101 | 1000000 | 0 | 1110 | 100011000 | 1000011 | 111011 |
Color Harmonies of #AD4FDC
Complementary color
Monochromatic Colors of #AD4FDC
Black with #AD4FDC
Text Example
Text Example
White with #AD4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FDC; }
p { color: rgb(173,79,220); }
H1.HeaderClassName
{
color: #AD4FDC;
}
.AnyTagClassName
{
color: #AD4FDC;
}
</style>
background-color css
<style>
a { background-color: #AD4FDC; }
a { background-color: rgb(173,79,220); }
div.DivClassName
{
background-color: #AD4FDC;
}
.BgClassName
{
background-color: #AD4FDC;
}
</style>
border-color css
<style>
span { border-color: #AD4FDC; }
span { border-color: rgb(173,79,220); }
td.TdClassName
{
border-color: #AD4FDC;
}
.TagClassName
{
border-color: #AD4FDC;
}
</style>