Shades of Medium Orchid #AD43D3
Tints of Medium Orchid #AD43D3
RGB
CMYK
RGB Variations
Color information
#AD43D3 (or 0xAD43D3) is known color: Medium Orchid. HEX triplet: AD, 43 and D3. RGB value is (173,67,211). Sum of RGB (Red+Green+Blue) = 173+67+211=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD43D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43D3 is #52BC2C. Grayscale: #727272. Windows color (decimal): -5422125 or 13845421. OLE color: 13845421.
HSL color Cylindrical-coordinate representation of color #AD43D3: hue angle of 284.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD43D3 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 67 | 211 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.17 |
| HSL | 284.17º | 0.62% | 0.55% | - |
| HSV(B) | 284.17º | 0.68% | 0.83% | - |
| XYZ | 31 | 17.6 | 63.39 | - |
| YUV | 115.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 211 | 0.18 | 0.68 | 0 | 0.17 | 284.17 | 0.62 | 0.55 |
| Hex | AD | 43 | D3 | 12 | 44 | 0 | 11 | 11C | 3E | 37 |
| Octal | 255 | 103 | 323 | 22 | 104 | 0 | 21 | 434 | 76 | 67 |
| Binary | 10101101 | 1000011 | 11010011 | 10010 | 1000100 | 0 | 10001 | 100011100 | 111110 | 110111 |
Color Harmonies of #AD43D3
Complementary color
Monochromatic Colors of #AD43D3
Black with #AD43D3
Text Example
Text Example
White with #AD43D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43D3; }
p { color: rgb(173,67,211); }
H1.HeaderClassName
{
color: #AD43D3;
}
.AnyTagClassName
{
color: #AD43D3;
}
</style>
background-color css
<style>
a { background-color: #AD43D3; }
a { background-color: rgb(173,67,211); }
div.DivClassName
{
background-color: #AD43D3;
}
.BgClassName
{
background-color: #AD43D3;
}
</style>
border-color css
<style>
span { border-color: #AD43D3; }
span { border-color: rgb(173,67,211); }
td.TdClassName
{
border-color: #AD43D3;
}
.TagClassName
{
border-color: #AD43D3;
}
</style>