Shades of Medium Orchid #AD42C7
Tints of Medium Orchid #AD42C7
RGB
CMYK
RGB Variations
Color information
#AD42C7 (or 0xAD42C7) is known color: Medium Orchid. HEX triplet: AD, 42 and C7. RGB value is (173,66,199). Sum of RGB (Red+Green+Blue) = 173+66+199=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD42C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42C7 is #52BD38. Grayscale: #707070. Windows color (decimal): -5422393 or 13058733. OLE color: 13058733.
HSL color Cylindrical-coordinate representation of color #AD42C7: hue angle of 288.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD42C7 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 66 | 199 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.22 |
| HSL | 288.27º | 0.54% | 0.52% | - |
| HSV(B) | 288.27º | 0.67% | 0.78% | - |
| XYZ | 29.49 | 16.9 | 55.74 | - |
| YUV | 113.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 199 | 0.13 | 0.67 | 0 | 0.22 | 288.27 | 0.54 | 0.52 |
| Hex | AD | 42 | C7 | D | 43 | 0 | 16 | 120 | 36 | 34 |
| Octal | 255 | 102 | 307 | 15 | 103 | 0 | 26 | 440 | 66 | 64 |
| Binary | 10101101 | 1000010 | 11000111 | 1101 | 1000011 | 0 | 10110 | 100100000 | 110110 | 110100 |
Color Harmonies of #AD42C7
Complementary color
Monochromatic Colors of #AD42C7
Black with #AD42C7
Text Example
Text Example
White with #AD42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42C7; }
p { color: rgb(173,66,199); }
H1.HeaderClassName
{
color: #AD42C7;
}
.AnyTagClassName
{
color: #AD42C7;
}
</style>
background-color css
<style>
a { background-color: #AD42C7; }
a { background-color: rgb(173,66,199); }
div.DivClassName
{
background-color: #AD42C7;
}
.BgClassName
{
background-color: #AD42C7;
}
</style>
border-color css
<style>
span { border-color: #AD42C7; }
span { border-color: rgb(173,66,199); }
td.TdClassName
{
border-color: #AD42C7;
}
.TagClassName
{
border-color: #AD42C7;
}
</style>