Shades of Medium Orchid #AD4CC9
Tints of Medium Orchid #AD4CC9
RGB
CMYK
RGB Variations
Color information
#AD4CC9 (or 0xAD4CC9) is known color: Medium Orchid. HEX triplet: AD, 4C and C9. RGB value is (173,76,201). Sum of RGB (Red+Green+Blue) = 173+76+201=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD4CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CC9 is #52B336. Grayscale: #767676. Windows color (decimal): -5419831 or 13192365. OLE color: 13192365.
HSL color Cylindrical-coordinate representation of color #AD4CC9: hue angle of 286.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4CC9 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 76 | 201 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.21 |
| HSL | 286.56º | 0.54% | 0.54% | - |
| HSV(B) | 286.56º | 0.62% | 0.79% | - |
| XYZ | 30.36 | 18.27 | 57.18 | - |
| YUV | 119.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 201 | 0.14 | 0.62 | 0 | 0.21 | 286.56 | 0.54 | 0.54 |
| Hex | AD | 4C | C9 | E | 3E | 0 | 15 | 11F | 36 | 36 |
| Octal | 255 | 114 | 311 | 16 | 76 | 0 | 25 | 437 | 66 | 66 |
| Binary | 10101101 | 1001100 | 11001001 | 1110 | 111110 | 0 | 10101 | 100011111 | 110110 | 110110 |
Color Harmonies of #AD4CC9
Complementary color
Monochromatic Colors of #AD4CC9
Black with #AD4CC9
Text Example
Text Example
White with #AD4CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CC9; }
p { color: rgb(173,76,201); }
H1.HeaderClassName
{
color: #AD4CC9;
}
.AnyTagClassName
{
color: #AD4CC9;
}
</style>
background-color css
<style>
a { background-color: #AD4CC9; }
a { background-color: rgb(173,76,201); }
div.DivClassName
{
background-color: #AD4CC9;
}
.BgClassName
{
background-color: #AD4CC9;
}
</style>
border-color css
<style>
span { border-color: #AD4CC9; }
span { border-color: rgb(173,76,201); }
td.TdClassName
{
border-color: #AD4CC9;
}
.TagClassName
{
border-color: #AD4CC9;
}
</style>