Shades of Medium Orchid #AD55FE
Tints of Medium Orchid #AD55FE
RGB
CMYK
RGB Variations
Color information
#AD55FE (or 0xAD55FE) is known color: Medium Orchid. HEX triplet: AD, 55 and FE. RGB value is (173,85,254). Sum of RGB (Red+Green+Blue) = 173+85+254=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55FE is #52AA01. Grayscale: #818181. Windows color (decimal): -5417474 or 16668077. OLE color: 16668077.
HSL color Cylindrical-coordinate representation of color #AD55FE: hue angle of 271.24º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD55FE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 85 | 254 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.00 |
| HSL | 271.24º | 0.99% | 0.66% | - |
| HSV(B) | 271.24º | 0.67% | 1% | - |
| XYZ | 38.37 | 22.54 | 96.09 | - |
| YUV | 130.58 | 197.65 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 254 | 0.32 | 0.67 | 0 | 0.00 | 271.24 | 0.99 | 0.66 |
| Hex | AD | 55 | FE | 20 | 43 | 0 | 0 | 10F | 63 | 42 |
| Octal | 255 | 125 | 376 | 40 | 103 | 0 | 0 | 417 | 143 | 102 |
| Binary | 10101101 | 1010101 | 11111110 | 100000 | 1000011 | 0 | 0 | 100001111 | 1100011 | 1000010 |
Color Harmonies of #AD55FE
Complementary color
Monochromatic Colors of #AD55FE
Black with #AD55FE
Text Example
Text Example
White with #AD55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55FE; }
p { color: rgb(173,85,254); }
H1.HeaderClassName
{
color: #AD55FE;
}
.AnyTagClassName
{
color: #AD55FE;
}
</style>
background-color css
<style>
a { background-color: #AD55FE; }
a { background-color: rgb(173,85,254); }
div.DivClassName
{
background-color: #AD55FE;
}
.BgClassName
{
background-color: #AD55FE;
}
</style>
border-color css
<style>
span { border-color: #AD55FE; }
span { border-color: rgb(173,85,254); }
td.TdClassName
{
border-color: #AD55FE;
}
.TagClassName
{
border-color: #AD55FE;
}
</style>