Shades of Medium Orchid #AD42CC
Tints of Medium Orchid #AD42CC
RGB
CMYK
RGB Variations
Color information
#AD42CC (or 0xAD42CC) is known color: Medium Orchid. HEX triplet: AD, 42 and CC. RGB value is (173,66,204). Sum of RGB (Red+Green+Blue) = 173+66+204=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD42CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42CC is #52BD33. Grayscale: #717171. Windows color (decimal): -5422388 or 13386413. OLE color: 13386413.
HSL color Cylindrical-coordinate representation of color #AD42CC: hue angle of 286.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD42CC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 66 | 204 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.2 |
| HSL | 286.52º | 0.58% | 0.53% | - |
| HSV(B) | 286.52º | 0.68% | 0.8% | - |
| XYZ | 30.08 | 17.14 | 58.85 | - |
| YUV | 113.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 204 | 0.15 | 0.68 | 0 | 0.2 | 286.52 | 0.58 | 0.53 |
| Hex | AD | 42 | CC | F | 44 | 0 | 14 | 11F | 3A | 35 |
| Octal | 255 | 102 | 314 | 17 | 104 | 0 | 24 | 437 | 72 | 65 |
| Binary | 10101101 | 1000010 | 11001100 | 1111 | 1000100 | 0 | 10100 | 100011111 | 111010 | 110101 |
Color Harmonies of #AD42CC
Complementary color
Monochromatic Colors of #AD42CC
Black with #AD42CC
Text Example
Text Example
White with #AD42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42CC; }
p { color: rgb(173,66,204); }
H1.HeaderClassName
{
color: #AD42CC;
}
.AnyTagClassName
{
color: #AD42CC;
}
</style>
background-color css
<style>
a { background-color: #AD42CC; }
a { background-color: rgb(173,66,204); }
div.DivClassName
{
background-color: #AD42CC;
}
.BgClassName
{
background-color: #AD42CC;
}
</style>
border-color css
<style>
span { border-color: #AD42CC; }
span { border-color: rgb(173,66,204); }
td.TdClassName
{
border-color: #AD42CC;
}
.TagClassName
{
border-color: #AD42CC;
}
</style>