Shades of Medium Orchid #AD45FE
Tints of Medium Orchid #AD45FE
RGB
CMYK
RGB Variations
Color information
#AD45FE (or 0xAD45FE) is known color: Medium Orchid. HEX triplet: AD, 45 and FE. RGB value is (173,69,254). Sum of RGB (Red+Green+Blue) = 173+69+254=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD45FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45FE is #52BA01. Grayscale: #787878. Windows color (decimal): -5421570 or 16663981. OLE color: 16663981.
HSL color Cylindrical-coordinate representation of color #AD45FE: hue angle of 273.73º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD45FE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 69 | 254 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.00 |
| HSL | 273.73º | 0.99% | 0.63% | - |
| HSV(B) | 273.73º | 0.73% | 1% | - |
| XYZ | 37.25 | 20.3 | 95.72 | - |
| YUV | 121.19 | 202.96 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 254 | 0.32 | 0.73 | 0 | 0.00 | 273.73 | 0.99 | 0.63 |
| Hex | AD | 45 | FE | 20 | 49 | 0 | 0 | 112 | 63 | 3F |
| Octal | 255 | 105 | 376 | 40 | 111 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101101 | 1000101 | 11111110 | 100000 | 1001001 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AD45FE
Complementary color
Monochromatic Colors of #AD45FE
Black with #AD45FE
Text Example
Text Example
White with #AD45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45FE; }
p { color: rgb(173,69,254); }
H1.HeaderClassName
{
color: #AD45FE;
}
.AnyTagClassName
{
color: #AD45FE;
}
</style>
background-color css
<style>
a { background-color: #AD45FE; }
a { background-color: rgb(173,69,254); }
div.DivClassName
{
background-color: #AD45FE;
}
.BgClassName
{
background-color: #AD45FE;
}
</style>
border-color css
<style>
span { border-color: #AD45FE; }
span { border-color: rgb(173,69,254); }
td.TdClassName
{
border-color: #AD45FE;
}
.TagClassName
{
border-color: #AD45FE;
}
</style>