Shades of Medium Orchid #AD48CF
Tints of Medium Orchid #AD48CF
RGB
CMYK
RGB Variations
Color information
#AD48CF (or 0xAD48CF) is known color: Medium Orchid. HEX triplet: AD, 48 and CF. RGB value is (173,72,207). Sum of RGB (Red+Green+Blue) = 173+72+207=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48CF is #52B730. Grayscale: #757575. Windows color (decimal): -5420849 or 13584557. OLE color: 13584557.
HSL color Cylindrical-coordinate representation of color #AD48CF: hue angle of 284.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD48CF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 72 | 207 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.19 |
| HSL | 284.89º | 0.58% | 0.55% | - |
| HSV(B) | 284.89º | 0.65% | 0.81% | - |
| XYZ | 30.81 | 18.02 | 60.89 | - |
| YUV | 117.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 207 | 0.16 | 0.65 | 0 | 0.19 | 284.89 | 0.58 | 0.55 |
| Hex | AD | 48 | CF | 10 | 41 | 0 | 13 | 11D | 3A | 37 |
| Octal | 255 | 110 | 317 | 20 | 101 | 0 | 23 | 435 | 72 | 67 |
| Binary | 10101101 | 1001000 | 11001111 | 10000 | 1000001 | 0 | 10011 | 100011101 | 111010 | 110111 |
Color Harmonies of #AD48CF
Complementary color
Monochromatic Colors of #AD48CF
Black with #AD48CF
Text Example
Text Example
White with #AD48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48CF; }
p { color: rgb(173,72,207); }
H1.HeaderClassName
{
color: #AD48CF;
}
.AnyTagClassName
{
color: #AD48CF;
}
</style>
background-color css
<style>
a { background-color: #AD48CF; }
a { background-color: rgb(173,72,207); }
div.DivClassName
{
background-color: #AD48CF;
}
.BgClassName
{
background-color: #AD48CF;
}
</style>
border-color css
<style>
span { border-color: #AD48CF; }
span { border-color: rgb(173,72,207); }
td.TdClassName
{
border-color: #AD48CF;
}
.TagClassName
{
border-color: #AD48CF;
}
</style>