Shades of Medium Orchid #AD58FD
Tints of Medium Orchid #AD58FD
RGB
CMYK
RGB Variations
Color information
#AD58FD (or 0xAD58FD) is known color: Medium Orchid. HEX triplet: AD, 58 and FD. RGB value is (173,88,253). Sum of RGB (Red+Green+Blue) = 173+88+253=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD58FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58FD is #52A702. Grayscale: #838383. Windows color (decimal): -5416707 or 16603309. OLE color: 16603309.
HSL color Cylindrical-coordinate representation of color #AD58FD: hue angle of 270.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD58FD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 88 | 253 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.01 |
| HSL | 270.91º | 0.98% | 0.67% | - |
| HSV(B) | 270.91º | 0.65% | 0.99% | - |
| XYZ | 38.45 | 22.96 | 95.33 | - |
| YUV | 132.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 253 | 0.32 | 0.65 | 0 | 0.01 | 270.91 | 0.98 | 0.67 |
| Hex | AD | 58 | FD | 20 | 41 | 0 | 1 | 10F | 62 | 43 |
| Octal | 255 | 130 | 375 | 40 | 101 | 0 | 1 | 417 | 142 | 103 |
| Binary | 10101101 | 1011000 | 11111101 | 100000 | 1000001 | 0 | 1 | 100001111 | 1100010 | 1000011 |
Color Harmonies of #AD58FD
Complementary color
Monochromatic Colors of #AD58FD
Black with #AD58FD
Text Example
Text Example
White with #AD58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58FD; }
p { color: rgb(173,88,253); }
H1.HeaderClassName
{
color: #AD58FD;
}
.AnyTagClassName
{
color: #AD58FD;
}
</style>
background-color css
<style>
a { background-color: #AD58FD; }
a { background-color: rgb(173,88,253); }
div.DivClassName
{
background-color: #AD58FD;
}
.BgClassName
{
background-color: #AD58FD;
}
</style>
border-color css
<style>
span { border-color: #AD58FD; }
span { border-color: rgb(173,88,253); }
td.TdClassName
{
border-color: #AD58FD;
}
.TagClassName
{
border-color: #AD58FD;
}
</style>