Shades of Medium Orchid #AD44CF
Tints of Medium Orchid #AD44CF
RGB
CMYK
RGB Variations
Color information
#AD44CF (or 0xAD44CF) is known color: Medium Orchid. HEX triplet: AD, 44 and CF. RGB value is (173,68,207). Sum of RGB (Red+Green+Blue) = 173+68+207=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD44CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44CF is #52BB30. Grayscale: #727272. Windows color (decimal): -5421873 or 13583533. OLE color: 13583533.
HSL color Cylindrical-coordinate representation of color #AD44CF: hue angle of 285.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD44CF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 68 | 207 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.19 |
| HSL | 285.32º | 0.59% | 0.54% | - |
| HSV(B) | 285.32º | 0.67% | 0.81% | - |
| XYZ | 30.56 | 17.52 | 60.8 | - |
| YUV | 115.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 207 | 0.16 | 0.67 | 0 | 0.19 | 285.32 | 0.59 | 0.54 |
| Hex | AD | 44 | CF | 10 | 43 | 0 | 13 | 11D | 3B | 36 |
| Octal | 255 | 104 | 317 | 20 | 103 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101101 | 1000100 | 11001111 | 10000 | 1000011 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AD44CF
Complementary color
Monochromatic Colors of #AD44CF
Black with #AD44CF
Text Example
Text Example
White with #AD44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44CF; }
p { color: rgb(173,68,207); }
H1.HeaderClassName
{
color: #AD44CF;
}
.AnyTagClassName
{
color: #AD44CF;
}
</style>
background-color css
<style>
a { background-color: #AD44CF; }
a { background-color: rgb(173,68,207); }
div.DivClassName
{
background-color: #AD44CF;
}
.BgClassName
{
background-color: #AD44CF;
}
</style>
border-color css
<style>
span { border-color: #AD44CF; }
span { border-color: rgb(173,68,207); }
td.TdClassName
{
border-color: #AD44CF;
}
.TagClassName
{
border-color: #AD44CF;
}
</style>