Shades of Medium Orchid #AD45FD
Tints of Medium Orchid #AD45FD
RGB
CMYK
RGB Variations
Color information
#AD45FD (or 0xAD45FD) is known color: Medium Orchid. HEX triplet: AD, 45 and FD. RGB value is (173,69,253). Sum of RGB (Red+Green+Blue) = 173+69+253=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD45FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45FD is #52BA02. Grayscale: #787878. Windows color (decimal): -5421571 or 16598445. OLE color: 16598445.
HSL color Cylindrical-coordinate representation of color #AD45FD: hue angle of 273.91º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD45FD is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 69 | 253 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.01 |
| HSL | 273.91º | 0.98% | 0.63% | - |
| HSV(B) | 273.91º | 0.73% | 0.99% | - |
| XYZ | 37.09 | 20.23 | 94.88 | - |
| YUV | 121.07 | 202.46 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 253 | 0.32 | 0.73 | 0 | 0.01 | 273.91 | 0.98 | 0.63 |
| Hex | AD | 45 | FD | 20 | 49 | 0 | 1 | 112 | 62 | 3F |
| Octal | 255 | 105 | 375 | 40 | 111 | 0 | 1 | 422 | 142 | 77 |
| Binary | 10101101 | 1000101 | 11111101 | 100000 | 1001001 | 0 | 1 | 100010010 | 1100010 | 111111 |
Color Harmonies of #AD45FD
Complementary color
Monochromatic Colors of #AD45FD
Black with #AD45FD
Text Example
Text Example
White with #AD45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45FD; }
p { color: rgb(173,69,253); }
H1.HeaderClassName
{
color: #AD45FD;
}
.AnyTagClassName
{
color: #AD45FD;
}
</style>
background-color css
<style>
a { background-color: #AD45FD; }
a { background-color: rgb(173,69,253); }
div.DivClassName
{
background-color: #AD45FD;
}
.BgClassName
{
background-color: #AD45FD;
}
</style>
border-color css
<style>
span { border-color: #AD45FD; }
span { border-color: rgb(173,69,253); }
td.TdClassName
{
border-color: #AD45FD;
}
.TagClassName
{
border-color: #AD45FD;
}
</style>