Shades of Medium Orchid #AD43C3
Tints of Medium Orchid #AD43C3
RGB
CMYK
RGB Variations
Color information
#AD43C3 (or 0xAD43C3) is known color: Medium Orchid. HEX triplet: AD, 43 and C3. RGB value is (173,67,195). Sum of RGB (Red+Green+Blue) = 173+67+195=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD43C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43C3 is #52BC3C. Grayscale: #707070. Windows color (decimal): -5422141 or 12796845. OLE color: 12796845.
HSL color Cylindrical-coordinate representation of color #AD43C3: hue angle of 289.69º 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 #AD43C3 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 67 | 195 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.24 |
| HSL | 289.69º | 0.52% | 0.51% | - |
| HSV(B) | 289.69º | 0.66% | 0.76% | - |
| XYZ | 29.09 | 16.84 | 53.35 | - |
| YUV | 113.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 195 | 0.11 | 0.66 | 0 | 0.24 | 289.69 | 0.52 | 0.51 |
| Hex | AD | 43 | C3 | B | 42 | 0 | 18 | 122 | 34 | 33 |
| Octal | 255 | 103 | 303 | 13 | 102 | 0 | 30 | 442 | 64 | 63 |
| Binary | 10101101 | 1000011 | 11000011 | 1011 | 1000010 | 0 | 11000 | 100100010 | 110100 | 110011 |
Color Harmonies of #AD43C3
Complementary color
Monochromatic Colors of #AD43C3
Black with #AD43C3
Text Example
Text Example
White with #AD43C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43C3; }
p { color: rgb(173,67,195); }
H1.HeaderClassName
{
color: #AD43C3;
}
.AnyTagClassName
{
color: #AD43C3;
}
</style>
background-color css
<style>
a { background-color: #AD43C3; }
a { background-color: rgb(173,67,195); }
div.DivClassName
{
background-color: #AD43C3;
}
.BgClassName
{
background-color: #AD43C3;
}
</style>
border-color css
<style>
span { border-color: #AD43C3; }
span { border-color: rgb(173,67,195); }
td.TdClassName
{
border-color: #AD43C3;
}
.TagClassName
{
border-color: #AD43C3;
}
</style>