Shades of Medium Orchid #AD50CF
Tints of Medium Orchid #AD50CF
RGB
CMYK
RGB Variations
Color information
#AD50CF (or 0xAD50CF) is known color: Medium Orchid. HEX triplet: AD, 50 and CF. RGB value is (173,80,207). Sum of RGB (Red+Green+Blue) = 173+80+207=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50CF is #52AF30. Grayscale: #797979. Windows color (decimal): -5418801 or 13586605. OLE color: 13586605.
HSL color Cylindrical-coordinate representation of color #AD50CF: hue angle of 283.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD50CF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 80 | 207 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.19 |
| HSL | 283.94º | 0.57% | 0.56% | - |
| HSV(B) | 283.94º | 0.61% | 0.81% | - |
| XYZ | 31.36 | 19.13 | 61.07 | - |
| YUV | 122.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 207 | 0.16 | 0.61 | 0 | 0.19 | 283.94 | 0.57 | 0.56 |
| Hex | AD | 50 | CF | 10 | 3D | 0 | 13 | 11C | 39 | 38 |
| Octal | 255 | 120 | 317 | 20 | 75 | 0 | 23 | 434 | 71 | 70 |
| Binary | 10101101 | 1010000 | 11001111 | 10000 | 111101 | 0 | 10011 | 100011100 | 111001 | 111000 |
Color Harmonies of #AD50CF
Complementary color
Monochromatic Colors of #AD50CF
Black with #AD50CF
Text Example
Text Example
White with #AD50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50CF; }
p { color: rgb(173,80,207); }
H1.HeaderClassName
{
color: #AD50CF;
}
.AnyTagClassName
{
color: #AD50CF;
}
</style>
background-color css
<style>
a { background-color: #AD50CF; }
a { background-color: rgb(173,80,207); }
div.DivClassName
{
background-color: #AD50CF;
}
.BgClassName
{
background-color: #AD50CF;
}
</style>
border-color css
<style>
span { border-color: #AD50CF; }
span { border-color: rgb(173,80,207); }
td.TdClassName
{
border-color: #AD50CF;
}
.TagClassName
{
border-color: #AD50CF;
}
</style>