Shades of Medium Orchid #AD67C1
Tints of Medium Orchid #AD67C1
RGB
CMYK
RGB Variations
Color information
#AD67C1 (or 0xAD67C1) is known color: Medium Orchid. HEX triplet: AD, 67 and C1. RGB value is (173,103,193). Sum of RGB (Red+Green+Blue) = 173+103+193=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD67C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67C1 is #52983E. Grayscale: #858585. Windows color (decimal): -5412927 or 12674989. OLE color: 12674989.
HSL color Cylindrical-coordinate representation of color #AD67C1: hue angle of 286.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD67C1 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 103 | 193 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.24 |
| HSL | 286.67º | 0.42% | 0.58% | - |
| HSV(B) | 286.67º | 0.47% | 0.76% | - |
| XYZ | 31.71 | 22.43 | 53.11 | - |
| YUV | 134.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 193 | 0.10 | 0.47 | 0 | 0.24 | 286.67 | 0.42 | 0.58 |
| Hex | AD | 67 | C1 | A | 2F | 0 | 18 | 11F | 2A | 3A |
| Octal | 255 | 147 | 301 | 12 | 57 | 0 | 30 | 437 | 52 | 72 |
| Binary | 10101101 | 1100111 | 11000001 | 1010 | 101111 | 0 | 11000 | 100011111 | 101010 | 111010 |
Color Harmonies of #AD67C1
Complementary color
Monochromatic Colors of #AD67C1
Black with #AD67C1
Text Example
Text Example
White with #AD67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67C1; }
p { color: rgb(173,103,193); }
H1.HeaderClassName
{
color: #AD67C1;
}
.AnyTagClassName
{
color: #AD67C1;
}
</style>
background-color css
<style>
a { background-color: #AD67C1; }
a { background-color: rgb(173,103,193); }
div.DivClassName
{
background-color: #AD67C1;
}
.BgClassName
{
background-color: #AD67C1;
}
</style>
border-color css
<style>
span { border-color: #AD67C1; }
span { border-color: rgb(173,103,193); }
td.TdClassName
{
border-color: #AD67C1;
}
.TagClassName
{
border-color: #AD67C1;
}
</style>