Shades of Medium Orchid #AD4BDC
Tints of Medium Orchid #AD4BDC
RGB
CMYK
RGB Variations
Color information
#AD4BDC (or 0xAD4BDC) is known color: Medium Orchid. HEX triplet: AD, 4B and DC. RGB value is (173,75,220). Sum of RGB (Red+Green+Blue) = 173+75+220=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BDC is #52B423. Grayscale: #787878. Windows color (decimal): -5420068 or 14437293. OLE color: 14437293.
HSL color Cylindrical-coordinate representation of color #AD4BDC: hue angle of 280.55º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4BDC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 75 | 220 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.14 |
| HSL | 280.55º | 0.67% | 0.58% | - |
| HSV(B) | 280.55º | 0.66% | 0.86% | - |
| XYZ | 32.67 | 19.08 | 69.67 | - |
| YUV | 120.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 220 | 0.21 | 0.66 | 0 | 0.14 | 280.55 | 0.67 | 0.58 |
| Hex | AD | 4B | DC | 15 | 42 | 0 | E | 119 | 43 | 3A |
| Octal | 255 | 113 | 334 | 25 | 102 | 0 | 16 | 431 | 103 | 72 |
| Binary | 10101101 | 1001011 | 11011100 | 10101 | 1000010 | 0 | 1110 | 100011001 | 1000011 | 111010 |
Color Harmonies of #AD4BDC
Complementary color
Monochromatic Colors of #AD4BDC
Black with #AD4BDC
Text Example
Text Example
White with #AD4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BDC; }
p { color: rgb(173,75,220); }
H1.HeaderClassName
{
color: #AD4BDC;
}
.AnyTagClassName
{
color: #AD4BDC;
}
</style>
background-color css
<style>
a { background-color: #AD4BDC; }
a { background-color: rgb(173,75,220); }
div.DivClassName
{
background-color: #AD4BDC;
}
.BgClassName
{
background-color: #AD4BDC;
}
</style>
border-color css
<style>
span { border-color: #AD4BDC; }
span { border-color: rgb(173,75,220); }
td.TdClassName
{
border-color: #AD4BDC;
}
.TagClassName
{
border-color: #AD4BDC;
}
</style>