Shades of Medium Orchid #AD4FFD
Tints of Medium Orchid #AD4FFD
RGB
CMYK
RGB Variations
Color information
#AD4FFD (or 0xAD4FFD) is known color: Medium Orchid. HEX triplet: AD, 4F and FD. RGB value is (173,79,253). Sum of RGB (Red+Green+Blue) = 173+79+253=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FFD is #52B002. Grayscale: #7E7E7E. Windows color (decimal): -5419011 or 16601005. OLE color: 16601005.
HSL color Cylindrical-coordinate representation of color #AD4FFD: hue angle of 272.41º 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 #AD4FFD is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 79 | 253 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.01 |
| HSL | 272.41º | 0.98% | 0.65% | - |
| HSV(B) | 272.41º | 0.69% | 0.99% | - |
| XYZ | 37.76 | 21.57 | 95.1 | - |
| YUV | 126.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 253 | 0.32 | 0.69 | 0 | 0.01 | 272.41 | 0.98 | 0.65 |
| Hex | AD | 4F | FD | 20 | 45 | 0 | 1 | 110 | 62 | 41 |
| Octal | 255 | 117 | 375 | 40 | 105 | 0 | 1 | 420 | 142 | 101 |
| Binary | 10101101 | 1001111 | 11111101 | 100000 | 1000101 | 0 | 1 | 100010000 | 1100010 | 1000001 |
Color Harmonies of #AD4FFD
Complementary color
Monochromatic Colors of #AD4FFD
Black with #AD4FFD
Text Example
Text Example
White with #AD4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FFD; }
p { color: rgb(173,79,253); }
H1.HeaderClassName
{
color: #AD4FFD;
}
.AnyTagClassName
{
color: #AD4FFD;
}
</style>
background-color css
<style>
a { background-color: #AD4FFD; }
a { background-color: rgb(173,79,253); }
div.DivClassName
{
background-color: #AD4FFD;
}
.BgClassName
{
background-color: #AD4FFD;
}
</style>
border-color css
<style>
span { border-color: #AD4FFD; }
span { border-color: rgb(173,79,253); }
td.TdClassName
{
border-color: #AD4FFD;
}
.TagClassName
{
border-color: #AD4FFD;
}
</style>