Shades of Medium Orchid #AD42C3
Tints of Medium Orchid #AD42C3
RGB
CMYK
RGB Variations
Color information
#AD42C3 (or 0xAD42C3) is known color: Medium Orchid. HEX triplet: AD, 42 and C3. RGB value is (173,66,195). Sum of RGB (Red+Green+Blue) = 173+66+195=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD42C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42C3 is #52BD3C. Grayscale: #707070. Windows color (decimal): -5422397 or 12796589. OLE color: 12796589.
HSL color Cylindrical-coordinate representation of color #AD42C3: hue angle of 289.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD42C3 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 66 | 195 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.24 |
| HSL | 289.77º | 0.52% | 0.51% | - |
| HSV(B) | 289.77º | 0.66% | 0.76% | - |
| XYZ | 29.03 | 16.72 | 53.33 | - |
| YUV | 112.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 195 | 0.11 | 0.66 | 0 | 0.24 | 289.77 | 0.52 | 0.51 |
| Hex | AD | 42 | C3 | B | 42 | 0 | 18 | 122 | 34 | 33 |
| Octal | 255 | 102 | 303 | 13 | 102 | 0 | 30 | 442 | 64 | 63 |
| Binary | 10101101 | 1000010 | 11000011 | 1011 | 1000010 | 0 | 11000 | 100100010 | 110100 | 110011 |
Color Harmonies of #AD42C3
Complementary color
Monochromatic Colors of #AD42C3
Black with #AD42C3
Text Example
Text Example
White with #AD42C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42C3; }
p { color: rgb(173,66,195); }
H1.HeaderClassName
{
color: #AD42C3;
}
.AnyTagClassName
{
color: #AD42C3;
}
</style>
background-color css
<style>
a { background-color: #AD42C3; }
a { background-color: rgb(173,66,195); }
div.DivClassName
{
background-color: #AD42C3;
}
.BgClassName
{
background-color: #AD42C3;
}
</style>
border-color css
<style>
span { border-color: #AD42C3; }
span { border-color: rgb(173,66,195); }
td.TdClassName
{
border-color: #AD42C3;
}
.TagClassName
{
border-color: #AD42C3;
}
</style>