Shades of Medium Orchid #AD4CCC
Tints of Medium Orchid #AD4CCC
RGB
CMYK
RGB Variations
Color information
#AD4CCC (or 0xAD4CCC) is known color: Medium Orchid. HEX triplet: AD, 4C and CC. RGB value is (173,76,204). Sum of RGB (Red+Green+Blue) = 173+76+204=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CCC is #52B333. Grayscale: #777777. Windows color (decimal): -5419828 or 13388973. OLE color: 13388973.
HSL color Cylindrical-coordinate representation of color #AD4CCC: hue angle of 285.47º 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 #AD4CCC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 76 | 204 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.2 |
| HSL | 285.47º | 0.56% | 0.55% | - |
| HSV(B) | 285.47º | 0.63% | 0.8% | - |
| XYZ | 30.72 | 18.41 | 59.06 | - |
| YUV | 119.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 204 | 0.15 | 0.63 | 0 | 0.2 | 285.47 | 0.56 | 0.55 |
| Hex | AD | 4C | CC | F | 3F | 0 | 14 | 11D | 38 | 37 |
| Octal | 255 | 114 | 314 | 17 | 77 | 0 | 24 | 435 | 70 | 67 |
| Binary | 10101101 | 1001100 | 11001100 | 1111 | 111111 | 0 | 10100 | 100011101 | 111000 | 110111 |
Color Harmonies of #AD4CCC
Complementary color
Monochromatic Colors of #AD4CCC
Black with #AD4CCC
Text Example
Text Example
White with #AD4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CCC; }
p { color: rgb(173,76,204); }
H1.HeaderClassName
{
color: #AD4CCC;
}
.AnyTagClassName
{
color: #AD4CCC;
}
</style>
background-color css
<style>
a { background-color: #AD4CCC; }
a { background-color: rgb(173,76,204); }
div.DivClassName
{
background-color: #AD4CCC;
}
.BgClassName
{
background-color: #AD4CCC;
}
</style>
border-color css
<style>
span { border-color: #AD4CCC; }
span { border-color: rgb(173,76,204); }
td.TdClassName
{
border-color: #AD4CCC;
}
.TagClassName
{
border-color: #AD4CCC;
}
</style>