Shades of Medium Orchid #AD4DCE
Tints of Medium Orchid #AD4DCE
RGB
CMYK
RGB Variations
Color information
#AD4DCE (or 0xAD4DCE) is known color: Medium Orchid. HEX triplet: AD, 4D and CE. RGB value is (173,77,206). Sum of RGB (Red+Green+Blue) = 173+77+206=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DCE is #52B231. Grayscale: #777777. Windows color (decimal): -5419570 or 13520301. OLE color: 13520301.
HSL color Cylindrical-coordinate representation of color #AD4DCE: hue angle of 284.65º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4DCE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 77 | 206 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.19 |
| HSL | 284.65º | 0.57% | 0.55% | - |
| HSV(B) | 284.65º | 0.63% | 0.81% | - |
| XYZ | 31.03 | 18.65 | 60.36 | - |
| YUV | 120.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 206 | 0.16 | 0.63 | 0 | 0.19 | 284.65 | 0.57 | 0.55 |
| Hex | AD | 4D | CE | 10 | 3F | 0 | 13 | 11D | 39 | 37 |
| Octal | 255 | 115 | 316 | 20 | 77 | 0 | 23 | 435 | 71 | 67 |
| Binary | 10101101 | 1001101 | 11001110 | 10000 | 111111 | 0 | 10011 | 100011101 | 111001 | 110111 |
Color Harmonies of #AD4DCE
Complementary color
Monochromatic Colors of #AD4DCE
Black with #AD4DCE
Text Example
Text Example
White with #AD4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DCE; }
p { color: rgb(173,77,206); }
H1.HeaderClassName
{
color: #AD4DCE;
}
.AnyTagClassName
{
color: #AD4DCE;
}
</style>
background-color css
<style>
a { background-color: #AD4DCE; }
a { background-color: rgb(173,77,206); }
div.DivClassName
{
background-color: #AD4DCE;
}
.BgClassName
{
background-color: #AD4DCE;
}
</style>
border-color css
<style>
span { border-color: #AD4DCE; }
span { border-color: rgb(173,77,206); }
td.TdClassName
{
border-color: #AD4DCE;
}
.TagClassName
{
border-color: #AD4DCE;
}
</style>