Shades of Medium Orchid #AD56FE
Tints of Medium Orchid #AD56FE
RGB
CMYK
RGB Variations
Color information
#AD56FE (or 0xAD56FE) is known color: Medium Orchid. HEX triplet: AD, 56 and FE. RGB value is (173,86,254). Sum of RGB (Red+Green+Blue) = 173+86+254=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56FE is #52A901. Grayscale: #828282. Windows color (decimal): -5417218 or 16668333. OLE color: 16668333.
HSL color Cylindrical-coordinate representation of color #AD56FE: hue angle of 271.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD56FE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 86 | 254 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.00 |
| HSL | 271.07º | 0.99% | 0.67% | - |
| HSV(B) | 271.07º | 0.66% | 1% | - |
| XYZ | 38.45 | 22.7 | 96.12 | - |
| YUV | 131.17 | 197.32 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 254 | 0.32 | 0.66 | 0 | 0.00 | 271.07 | 0.99 | 0.67 |
| Hex | AD | 56 | FE | 20 | 42 | 0 | 0 | 10F | 63 | 43 |
| Octal | 255 | 126 | 376 | 40 | 102 | 0 | 0 | 417 | 143 | 103 |
| Binary | 10101101 | 1010110 | 11111110 | 100000 | 1000010 | 0 | 0 | 100001111 | 1100011 | 1000011 |
Color Harmonies of #AD56FE
Complementary color
Monochromatic Colors of #AD56FE
Black with #AD56FE
Text Example
Text Example
White with #AD56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56FE; }
p { color: rgb(173,86,254); }
H1.HeaderClassName
{
color: #AD56FE;
}
.AnyTagClassName
{
color: #AD56FE;
}
</style>
background-color css
<style>
a { background-color: #AD56FE; }
a { background-color: rgb(173,86,254); }
div.DivClassName
{
background-color: #AD56FE;
}
.BgClassName
{
background-color: #AD56FE;
}
</style>
border-color css
<style>
span { border-color: #AD56FE; }
span { border-color: rgb(173,86,254); }
td.TdClassName
{
border-color: #AD56FE;
}
.TagClassName
{
border-color: #AD56FE;
}
</style>