Shades of Medium Orchid #AD57CF
Tints of Medium Orchid #AD57CF
RGB
CMYK
RGB Variations
Color information
#AD57CF (or 0xAD57CF) is known color: Medium Orchid. HEX triplet: AD, 57 and CF. RGB value is (173,87,207). Sum of RGB (Red+Green+Blue) = 173+87+207=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57CF is #52A830. Grayscale: #7D7D7D. Windows color (decimal): -5417009 or 13588397. OLE color: 13588397.
HSL color Cylindrical-coordinate representation of color #AD57CF: hue angle of 283º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD57CF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 87 | 207 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.19 |
| HSL | 283º | 0.56% | 0.58% | - |
| HSV(B) | 283º | 0.58% | 0.81% | - |
| XYZ | 31.9 | 20.21 | 61.25 | - |
| YUV | 126.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 207 | 0.16 | 0.58 | 0 | 0.19 | 283 | 0.56 | 0.58 |
| Hex | AD | 57 | CF | 10 | 3A | 0 | 13 | 11B | 38 | 3A |
| Octal | 255 | 127 | 317 | 20 | 72 | 0 | 23 | 433 | 70 | 72 |
| Binary | 10101101 | 1010111 | 11001111 | 10000 | 111010 | 0 | 10011 | 100011011 | 111000 | 111010 |
Color Harmonies of #AD57CF
Complementary color
Monochromatic Colors of #AD57CF
Black with #AD57CF
Text Example
Text Example
White with #AD57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57CF; }
p { color: rgb(173,87,207); }
H1.HeaderClassName
{
color: #AD57CF;
}
.AnyTagClassName
{
color: #AD57CF;
}
</style>
background-color css
<style>
a { background-color: #AD57CF; }
a { background-color: rgb(173,87,207); }
div.DivClassName
{
background-color: #AD57CF;
}
.BgClassName
{
background-color: #AD57CF;
}
</style>
border-color css
<style>
span { border-color: #AD57CF; }
span { border-color: rgb(173,87,207); }
td.TdClassName
{
border-color: #AD57CF;
}
.TagClassName
{
border-color: #AD57CF;
}
</style>