Shades of Medium Orchid #AD47CA
Tints of Medium Orchid #AD47CA
RGB
CMYK
RGB Variations
Color information
#AD47CA (or 0xAD47CA) is known color: Medium Orchid. HEX triplet: AD, 47 and CA. RGB value is (173,71,202). Sum of RGB (Red+Green+Blue) = 173+71+202=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD47CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47CA is #52B835. Grayscale: #747474. Windows color (decimal): -5421110 or 13256621. OLE color: 13256621.
HSL color Cylindrical-coordinate representation of color #AD47CA: hue angle of 286.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD47CA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 71 | 202 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.21 |
| HSL | 286.72º | 0.55% | 0.54% | - |
| HSV(B) | 286.72º | 0.65% | 0.79% | - |
| XYZ | 30.15 | 17.65 | 57.7 | - |
| YUV | 116.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 202 | 0.14 | 0.65 | 0 | 0.21 | 286.72 | 0.55 | 0.54 |
| Hex | AD | 47 | CA | E | 41 | 0 | 15 | 11F | 37 | 36 |
| Octal | 255 | 107 | 312 | 16 | 101 | 0 | 25 | 437 | 67 | 66 |
| Binary | 10101101 | 1000111 | 11001010 | 1110 | 1000001 | 0 | 10101 | 100011111 | 110111 | 110110 |
Color Harmonies of #AD47CA
Complementary color
Monochromatic Colors of #AD47CA
Black with #AD47CA
Text Example
Text Example
White with #AD47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47CA; }
p { color: rgb(173,71,202); }
H1.HeaderClassName
{
color: #AD47CA;
}
.AnyTagClassName
{
color: #AD47CA;
}
</style>
background-color css
<style>
a { background-color: #AD47CA; }
a { background-color: rgb(173,71,202); }
div.DivClassName
{
background-color: #AD47CA;
}
.BgClassName
{
background-color: #AD47CA;
}
</style>
border-color css
<style>
span { border-color: #AD47CA; }
span { border-color: rgb(173,71,202); }
td.TdClassName
{
border-color: #AD47CA;
}
.TagClassName
{
border-color: #AD47CA;
}
</style>