Shades of Medium Orchid #AD4BDF
Tints of Medium Orchid #AD4BDF
RGB
CMYK
RGB Variations
Color information
#AD4BDF (or 0xAD4BDF) is known color: Medium Orchid. HEX triplet: AD, 4B and DF. RGB value is (173,75,223). Sum of RGB (Red+Green+Blue) = 173+75+223=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BDF is #52B420. Grayscale: #787878. Windows color (decimal): -5420065 or 14633901. OLE color: 14633901.
HSL color Cylindrical-coordinate representation of color #AD4BDF: hue angle of 279.73º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4BDF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 75 | 223 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.13 |
| HSL | 279.73º | 0.7% | 0.58% | - |
| HSV(B) | 279.73º | 0.66% | 0.87% | - |
| XYZ | 33.07 | 19.24 | 71.78 | - |
| YUV | 121.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 223 | 0.22 | 0.66 | 0 | 0.13 | 279.73 | 0.7 | 0.58 |
| Hex | AD | 4B | DF | 16 | 42 | 0 | D | 118 | 46 | 3A |
| Octal | 255 | 113 | 337 | 26 | 102 | 0 | 15 | 430 | 106 | 72 |
| Binary | 10101101 | 1001011 | 11011111 | 10110 | 1000010 | 0 | 1101 | 100011000 | 1000110 | 111010 |
Color Harmonies of #AD4BDF
Complementary color
Monochromatic Colors of #AD4BDF
Black with #AD4BDF
Text Example
Text Example
White with #AD4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BDF; }
p { color: rgb(173,75,223); }
H1.HeaderClassName
{
color: #AD4BDF;
}
.AnyTagClassName
{
color: #AD4BDF;
}
</style>
background-color css
<style>
a { background-color: #AD4BDF; }
a { background-color: rgb(173,75,223); }
div.DivClassName
{
background-color: #AD4BDF;
}
.BgClassName
{
background-color: #AD4BDF;
}
</style>
border-color css
<style>
span { border-color: #AD4BDF; }
span { border-color: rgb(173,75,223); }
td.TdClassName
{
border-color: #AD4BDF;
}
.TagClassName
{
border-color: #AD4BDF;
}
</style>