Shades of Medium Orchid #AD3FDE
Tints of Medium Orchid #AD3FDE
RGB
CMYK
RGB Variations
Color information
#AD3FDE (or 0xAD3FDE) is known color: Medium Orchid. HEX triplet: AD, 3F and DE. RGB value is (173,63,222). Sum of RGB (Red+Green+Blue) = 173+63+222=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD3FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FDE is #52C021. Grayscale: #717171. Windows color (decimal): -5423138 or 14565293. OLE color: 14565293.
HSL color Cylindrical-coordinate representation of color #AD3FDE: hue angle of 281.51º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3FDE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 63 | 222 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.13 |
| HSL | 281.51º | 0.71% | 0.56% | - |
| HSV(B) | 281.51º | 0.72% | 0.87% | - |
| XYZ | 32.2 | 17.71 | 70.83 | - |
| YUV | 114.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 222 | 0.22 | 0.72 | 0 | 0.13 | 281.51 | 0.71 | 0.56 |
| Hex | AD | 3F | DE | 16 | 48 | 0 | D | 11A | 47 | 38 |
| Octal | 255 | 77 | 336 | 26 | 110 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10101101 | 111111 | 11011110 | 10110 | 1001000 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #AD3FDE
Complementary color
Monochromatic Colors of #AD3FDE
Black with #AD3FDE
Text Example
Text Example
White with #AD3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FDE; }
p { color: rgb(173,63,222); }
H1.HeaderClassName
{
color: #AD3FDE;
}
.AnyTagClassName
{
color: #AD3FDE;
}
</style>
background-color css
<style>
a { background-color: #AD3FDE; }
a { background-color: rgb(173,63,222); }
div.DivClassName
{
background-color: #AD3FDE;
}
.BgClassName
{
background-color: #AD3FDE;
}
</style>
border-color css
<style>
span { border-color: #AD3FDE; }
span { border-color: rgb(173,63,222); }
td.TdClassName
{
border-color: #AD3FDE;
}
.TagClassName
{
border-color: #AD3FDE;
}
</style>