Shades of Medium Orchid #AD4BFD
Tints of Medium Orchid #AD4BFD
RGB
CMYK
RGB Variations
Color information
#AD4BFD (or 0xAD4BFD) is known color: Medium Orchid. HEX triplet: AD, 4B and FD. RGB value is (173,75,253). Sum of RGB (Red+Green+Blue) = 173+75+253=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD4BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BFD is #52B402. Grayscale: #7B7B7B. Windows color (decimal): -5420035 or 16599981. OLE color: 16599981.
HSL color Cylindrical-coordinate representation of color #AD4BFD: hue angle of 273.03º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4BFD is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 75 | 253 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.01 |
| HSL | 273.03º | 0.98% | 0.64% | - |
| HSV(B) | 273.03º | 0.7% | 0.99% | - |
| XYZ | 37.48 | 21.01 | 95.01 | - |
| YUV | 124.59 | 200.47 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 253 | 0.32 | 0.70 | 0 | 0.01 | 273.03 | 0.98 | 0.64 |
| Hex | AD | 4B | FD | 20 | 46 | 0 | 1 | 111 | 62 | 40 |
| Octal | 255 | 113 | 375 | 40 | 106 | 0 | 1 | 421 | 142 | 100 |
| Binary | 10101101 | 1001011 | 11111101 | 100000 | 1000110 | 0 | 1 | 100010001 | 1100010 | 1000000 |
Color Harmonies of #AD4BFD
Complementary color
Monochromatic Colors of #AD4BFD
Black with #AD4BFD
Text Example
Text Example
White with #AD4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BFD; }
p { color: rgb(173,75,253); }
H1.HeaderClassName
{
color: #AD4BFD;
}
.AnyTagClassName
{
color: #AD4BFD;
}
</style>
background-color css
<style>
a { background-color: #AD4BFD; }
a { background-color: rgb(173,75,253); }
div.DivClassName
{
background-color: #AD4BFD;
}
.BgClassName
{
background-color: #AD4BFD;
}
</style>
border-color css
<style>
span { border-color: #AD4BFD; }
span { border-color: rgb(173,75,253); }
td.TdClassName
{
border-color: #AD4BFD;
}
.TagClassName
{
border-color: #AD4BFD;
}
</style>