Shades of Medium Orchid #AD4BCC
Tints of Medium Orchid #AD4BCC
RGB
CMYK
RGB Variations
Color information
#AD4BCC (or 0xAD4BCC) is known color: Medium Orchid. HEX triplet: AD, 4B and CC. RGB value is (173,75,204). Sum of RGB (Red+Green+Blue) = 173+75+204=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD4BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BCC is #52B433. Grayscale: #767676. Windows color (decimal): -5420084 or 13388717. OLE color: 13388717.
HSL color Cylindrical-coordinate representation of color #AD4BCC: hue angle of 285.58º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4BCC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 75 | 204 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.2 |
| HSL | 285.58º | 0.56% | 0.55% | - |
| HSV(B) | 285.58º | 0.63% | 0.8% | - |
| XYZ | 30.65 | 18.28 | 59.04 | - |
| YUV | 119.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 204 | 0.15 | 0.63 | 0 | 0.2 | 285.58 | 0.56 | 0.55 |
| Hex | AD | 4B | CC | F | 3F | 0 | 14 | 11E | 38 | 37 |
| Octal | 255 | 113 | 314 | 17 | 77 | 0 | 24 | 436 | 70 | 67 |
| Binary | 10101101 | 1001011 | 11001100 | 1111 | 111111 | 0 | 10100 | 100011110 | 111000 | 110111 |
Color Harmonies of #AD4BCC
Complementary color
Monochromatic Colors of #AD4BCC
Black with #AD4BCC
Text Example
Text Example
White with #AD4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BCC; }
p { color: rgb(173,75,204); }
H1.HeaderClassName
{
color: #AD4BCC;
}
.AnyTagClassName
{
color: #AD4BCC;
}
</style>
background-color css
<style>
a { background-color: #AD4BCC; }
a { background-color: rgb(173,75,204); }
div.DivClassName
{
background-color: #AD4BCC;
}
.BgClassName
{
background-color: #AD4BCC;
}
</style>
border-color css
<style>
span { border-color: #AD4BCC; }
span { border-color: rgb(173,75,204); }
td.TdClassName
{
border-color: #AD4BCC;
}
.TagClassName
{
border-color: #AD4BCC;
}
</style>