Shades of Medium Orchid #AD4EFD
Tints of Medium Orchid #AD4EFD
RGB
CMYK
RGB Variations
Color information
#AD4EFD (or 0xAD4EFD) is known color: Medium Orchid. HEX triplet: AD, 4E and FD. RGB value is (173,78,253). Sum of RGB (Red+Green+Blue) = 173+78+253=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD4EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EFD is #52B102. Grayscale: #7D7D7D. Windows color (decimal): -5419267 or 16600749. OLE color: 16600749.
HSL color Cylindrical-coordinate representation of color #AD4EFD: hue angle of 272.57º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4EFD is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 78 | 253 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.01 |
| HSL | 272.57º | 0.98% | 0.65% | - |
| HSV(B) | 272.57º | 0.69% | 0.99% | - |
| XYZ | 37.69 | 21.42 | 95.08 | - |
| YUV | 126.36 | 199.47 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 253 | 0.32 | 0.69 | 0 | 0.01 | 272.57 | 0.98 | 0.65 |
| Hex | AD | 4E | FD | 20 | 45 | 0 | 1 | 111 | 62 | 41 |
| Octal | 255 | 116 | 375 | 40 | 105 | 0 | 1 | 421 | 142 | 101 |
| Binary | 10101101 | 1001110 | 11111101 | 100000 | 1000101 | 0 | 1 | 100010001 | 1100010 | 1000001 |
Color Harmonies of #AD4EFD
Complementary color
Monochromatic Colors of #AD4EFD
Black with #AD4EFD
Text Example
Text Example
White with #AD4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EFD; }
p { color: rgb(173,78,253); }
H1.HeaderClassName
{
color: #AD4EFD;
}
.AnyTagClassName
{
color: #AD4EFD;
}
</style>
background-color css
<style>
a { background-color: #AD4EFD; }
a { background-color: rgb(173,78,253); }
div.DivClassName
{
background-color: #AD4EFD;
}
.BgClassName
{
background-color: #AD4EFD;
}
</style>
border-color css
<style>
span { border-color: #AD4EFD; }
span { border-color: rgb(173,78,253); }
td.TdClassName
{
border-color: #AD4EFD;
}
.TagClassName
{
border-color: #AD4EFD;
}
</style>