Shades of Medium Orchid #AD4FCE
Tints of Medium Orchid #AD4FCE
RGB
CMYK
RGB Variations
Color information
#AD4FCE (or 0xAD4FCE) is known color: Medium Orchid. HEX triplet: AD, 4F and CE. RGB value is (173,79,206). Sum of RGB (Red+Green+Blue) = 173+79+206=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD4FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FCE is #52B031. Grayscale: #797979. Windows color (decimal): -5419058 or 13520813. OLE color: 13520813.
HSL color Cylindrical-coordinate representation of color #AD4FCE: hue angle of 284.41º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4FCE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 79 | 206 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.19 |
| HSL | 284.41º | 0.56% | 0.56% | - |
| HSV(B) | 284.41º | 0.62% | 0.81% | - |
| XYZ | 31.17 | 18.93 | 60.4 | - |
| YUV | 121.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 206 | 0.16 | 0.62 | 0 | 0.19 | 284.41 | 0.56 | 0.56 |
| Hex | AD | 4F | CE | 10 | 3E | 0 | 13 | 11C | 38 | 38 |
| Octal | 255 | 117 | 316 | 20 | 76 | 0 | 23 | 434 | 70 | 70 |
| Binary | 10101101 | 1001111 | 11001110 | 10000 | 111110 | 0 | 10011 | 100011100 | 111000 | 111000 |
Color Harmonies of #AD4FCE
Complementary color
Monochromatic Colors of #AD4FCE
Black with #AD4FCE
Text Example
Text Example
White with #AD4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FCE; }
p { color: rgb(173,79,206); }
H1.HeaderClassName
{
color: #AD4FCE;
}
.AnyTagClassName
{
color: #AD4FCE;
}
</style>
background-color css
<style>
a { background-color: #AD4FCE; }
a { background-color: rgb(173,79,206); }
div.DivClassName
{
background-color: #AD4FCE;
}
.BgClassName
{
background-color: #AD4FCE;
}
</style>
border-color css
<style>
span { border-color: #AD4FCE; }
span { border-color: rgb(173,79,206); }
td.TdClassName
{
border-color: #AD4FCE;
}
.TagClassName
{
border-color: #AD4FCE;
}
</style>