Shades of Medium Orchid #AD41CB
Tints of Medium Orchid #AD41CB
RGB
CMYK
RGB Variations
Color information
#AD41CB (or 0xAD41CB) is known color: Medium Orchid. HEX triplet: AD, 41 and CB. RGB value is (173,65,203). Sum of RGB (Red+Green+Blue) = 173+65+203=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD41CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CB is #52BE34. Grayscale: #707070. Windows color (decimal): -5422645 or 13320621. OLE color: 13320621.
HSL color Cylindrical-coordinate representation of color #AD41CB: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD41CB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 65 | 203 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.20 |
| HSL | 286.96º | 0.57% | 0.53% | - |
| HSV(B) | 286.96º | 0.68% | 0.8% | - |
| XYZ | 29.9 | 16.98 | 58.2 | - |
| YUV | 113.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 203 | 0.15 | 0.68 | 0 | 0.20 | 286.96 | 0.57 | 0.53 |
| Hex | AD | 41 | CB | F | 44 | 0 | 14 | 11F | 39 | 35 |
| Octal | 255 | 101 | 313 | 17 | 104 | 0 | 24 | 437 | 71 | 65 |
| Binary | 10101101 | 1000001 | 11001011 | 1111 | 1000100 | 0 | 10100 | 100011111 | 111001 | 110101 |
Color Harmonies of #AD41CB
Complementary color
Monochromatic Colors of #AD41CB
Black with #AD41CB
Text Example
Text Example
White with #AD41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41CB; }
p { color: rgb(173,65,203); }
H1.HeaderClassName
{
color: #AD41CB;
}
.AnyTagClassName
{
color: #AD41CB;
}
</style>
background-color css
<style>
a { background-color: #AD41CB; }
a { background-color: rgb(173,65,203); }
div.DivClassName
{
background-color: #AD41CB;
}
.BgClassName
{
background-color: #AD41CB;
}
</style>
border-color css
<style>
span { border-color: #AD41CB; }
span { border-color: rgb(173,65,203); }
td.TdClassName
{
border-color: #AD41CB;
}
.TagClassName
{
border-color: #AD41CB;
}
</style>