Shades of Medium Orchid #AD44CB
Tints of Medium Orchid #AD44CB
RGB
CMYK
RGB Variations
Color information
#AD44CB (or 0xAD44CB) is known color: Medium Orchid. HEX triplet: AD, 44 and CB. RGB value is (173,68,203). Sum of RGB (Red+Green+Blue) = 173+68+203=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44CB is #52BB34. Grayscale: #727272. Windows color (decimal): -5421877 or 13321389. OLE color: 13321389.
HSL color Cylindrical-coordinate representation of color #AD44CB: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD44CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 68 | 203 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.20 |
| HSL | 286.67º | 0.56% | 0.53% | - |
| HSV(B) | 286.67º | 0.67% | 0.8% | - |
| XYZ | 30.08 | 17.33 | 58.26 | - |
| YUV | 114.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 203 | 0.15 | 0.67 | 0 | 0.20 | 286.67 | 0.56 | 0.53 |
| Hex | AD | 44 | CB | F | 43 | 0 | 14 | 11F | 38 | 35 |
| Octal | 255 | 104 | 313 | 17 | 103 | 0 | 24 | 437 | 70 | 65 |
| Binary | 10101101 | 1000100 | 11001011 | 1111 | 1000011 | 0 | 10100 | 100011111 | 111000 | 110101 |
Color Harmonies of #AD44CB
Complementary color
Monochromatic Colors of #AD44CB
Black with #AD44CB
Text Example
Text Example
White with #AD44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44CB; }
p { color: rgb(173,68,203); }
H1.HeaderClassName
{
color: #AD44CB;
}
.AnyTagClassName
{
color: #AD44CB;
}
</style>
background-color css
<style>
a { background-color: #AD44CB; }
a { background-color: rgb(173,68,203); }
div.DivClassName
{
background-color: #AD44CB;
}
.BgClassName
{
background-color: #AD44CB;
}
</style>
border-color css
<style>
span { border-color: #AD44CB; }
span { border-color: rgb(173,68,203); }
td.TdClassName
{
border-color: #AD44CB;
}
.TagClassName
{
border-color: #AD44CB;
}
</style>