Shades of Medium Orchid #AD4FCC
Tints of Medium Orchid #AD4FCC
RGB
CMYK
RGB Variations
Color information
#AD4FCC (or 0xAD4FCC) is known color: Medium Orchid. HEX triplet: AD, 4F and CC. RGB value is (173,79,204). Sum of RGB (Red+Green+Blue) = 173+79+204=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FCC is #52B033. Grayscale: #787878. Windows color (decimal): -5419060 or 13389741. OLE color: 13389741.
HSL color Cylindrical-coordinate representation of color #AD4FCC: hue angle of 285.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4FCC is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 79 | 204 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.2 |
| HSL | 285.12º | 0.55% | 0.55% | - |
| HSV(B) | 285.12º | 0.61% | 0.8% | - |
| XYZ | 30.93 | 18.84 | 59.13 | - |
| YUV | 121.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 204 | 0.15 | 0.61 | 0 | 0.2 | 285.12 | 0.55 | 0.55 |
| Hex | AD | 4F | CC | F | 3D | 0 | 14 | 11D | 37 | 37 |
| Octal | 255 | 117 | 314 | 17 | 75 | 0 | 24 | 435 | 67 | 67 |
| Binary | 10101101 | 1001111 | 11001100 | 1111 | 111101 | 0 | 10100 | 100011101 | 110111 | 110111 |
Color Harmonies of #AD4FCC
Complementary color
Monochromatic Colors of #AD4FCC
Black with #AD4FCC
Text Example
Text Example
White with #AD4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FCC; }
p { color: rgb(173,79,204); }
H1.HeaderClassName
{
color: #AD4FCC;
}
.AnyTagClassName
{
color: #AD4FCC;
}
</style>
background-color css
<style>
a { background-color: #AD4FCC; }
a { background-color: rgb(173,79,204); }
div.DivClassName
{
background-color: #AD4FCC;
}
.BgClassName
{
background-color: #AD4FCC;
}
</style>
border-color css
<style>
span { border-color: #AD4FCC; }
span { border-color: rgb(173,79,204); }
td.TdClassName
{
border-color: #AD4FCC;
}
.TagClassName
{
border-color: #AD4FCC;
}
</style>