Shades of Medium Orchid #AD57FD
Tints of Medium Orchid #AD57FD
RGB
CMYK
RGB Variations
Color information
#AD57FD (or 0xAD57FD) is known color: Medium Orchid. HEX triplet: AD, 57 and FD. RGB value is (173,87,253). Sum of RGB (Red+Green+Blue) = 173+87+253=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD57FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57FD is #52A802. Grayscale: #838383. Windows color (decimal): -5416963 or 16603053. OLE color: 16603053.
HSL color Cylindrical-coordinate representation of color #AD57FD: hue angle of 271.08º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD57FD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 87 | 253 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.01 |
| HSL | 271.08º | 0.98% | 0.67% | - |
| HSV(B) | 271.08º | 0.66% | 0.99% | - |
| XYZ | 38.37 | 22.79 | 95.31 | - |
| YUV | 131.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 253 | 0.32 | 0.66 | 0 | 0.01 | 271.08 | 0.98 | 0.67 |
| Hex | AD | 57 | FD | 20 | 42 | 0 | 1 | 10F | 62 | 43 |
| Octal | 255 | 127 | 375 | 40 | 102 | 0 | 1 | 417 | 142 | 103 |
| Binary | 10101101 | 1010111 | 11111101 | 100000 | 1000010 | 0 | 1 | 100001111 | 1100010 | 1000011 |
Color Harmonies of #AD57FD
Complementary color
Monochromatic Colors of #AD57FD
Black with #AD57FD
Text Example
Text Example
White with #AD57FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57FD; }
p { color: rgb(173,87,253); }
H1.HeaderClassName
{
color: #AD57FD;
}
.AnyTagClassName
{
color: #AD57FD;
}
</style>
background-color css
<style>
a { background-color: #AD57FD; }
a { background-color: rgb(173,87,253); }
div.DivClassName
{
background-color: #AD57FD;
}
.BgClassName
{
background-color: #AD57FD;
}
</style>
border-color css
<style>
span { border-color: #AD57FD; }
span { border-color: rgb(173,87,253); }
td.TdClassName
{
border-color: #AD57FD;
}
.TagClassName
{
border-color: #AD57FD;
}
</style>