Shades of Medium Orchid #AD46CB
Tints of Medium Orchid #AD46CB
RGB
CMYK
RGB Variations
Color information
#AD46CB (or 0xAD46CB) is known color: Medium Orchid. HEX triplet: AD, 46 and CB. RGB value is (173,70,203). Sum of RGB (Red+Green+Blue) = 173+70+203=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46CB is #52B934. Grayscale: #737373. Windows color (decimal): -5421365 or 13321901. OLE color: 13321901.
HSL color Cylindrical-coordinate representation of color #AD46CB: hue angle of 286.47º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD46CB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 70 | 203 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.20 |
| HSL | 286.47º | 0.56% | 0.54% | - |
| HSV(B) | 286.47º | 0.66% | 0.8% | - |
| XYZ | 30.2 | 17.58 | 58.3 | - |
| YUV | 115.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 203 | 0.15 | 0.66 | 0 | 0.20 | 286.47 | 0.56 | 0.54 |
| Hex | AD | 46 | CB | F | 42 | 0 | 14 | 11E | 38 | 36 |
| Octal | 255 | 106 | 313 | 17 | 102 | 0 | 24 | 436 | 70 | 66 |
| Binary | 10101101 | 1000110 | 11001011 | 1111 | 1000010 | 0 | 10100 | 100011110 | 111000 | 110110 |
Color Harmonies of #AD46CB
Complementary color
Monochromatic Colors of #AD46CB
Black with #AD46CB
Text Example
Text Example
White with #AD46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46CB; }
p { color: rgb(173,70,203); }
H1.HeaderClassName
{
color: #AD46CB;
}
.AnyTagClassName
{
color: #AD46CB;
}
</style>
background-color css
<style>
a { background-color: #AD46CB; }
a { background-color: rgb(173,70,203); }
div.DivClassName
{
background-color: #AD46CB;
}
.BgClassName
{
background-color: #AD46CB;
}
</style>
border-color css
<style>
span { border-color: #AD46CB; }
span { border-color: rgb(173,70,203); }
td.TdClassName
{
border-color: #AD46CB;
}
.TagClassName
{
border-color: #AD46CB;
}
</style>