Shades of Medium Orchid #AD4CFE
Tints of Medium Orchid #AD4CFE
RGB
CMYK
RGB Variations
Color information
#AD4CFE (or 0xAD4CFE) is known color: Medium Orchid. HEX triplet: AD, 4C and FE. RGB value is (173,76,254). Sum of RGB (Red+Green+Blue) = 173+76+254=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD4CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CFE is #52B301. Grayscale: #7C7C7C. Windows color (decimal): -5419778 or 16665773. OLE color: 16665773.
HSL color Cylindrical-coordinate representation of color #AD4CFE: hue angle of 272.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4CFE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 76 | 254 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.00 |
| HSL | 272.7º | 0.99% | 0.65% | - |
| HSV(B) | 272.7º | 0.7% | 1% | - |
| XYZ | 37.71 | 21.21 | 95.87 | - |
| YUV | 125.3 | 200.64 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 254 | 0.32 | 0.70 | 0 | 0.00 | 272.7 | 0.99 | 0.65 |
| Hex | AD | 4C | FE | 20 | 46 | 0 | 0 | 111 | 63 | 41 |
| Octal | 255 | 114 | 376 | 40 | 106 | 0 | 0 | 421 | 143 | 101 |
| Binary | 10101101 | 1001100 | 11111110 | 100000 | 1000110 | 0 | 0 | 100010001 | 1100011 | 1000001 |
Color Harmonies of #AD4CFE
Complementary color
Monochromatic Colors of #AD4CFE
Black with #AD4CFE
Text Example
Text Example
White with #AD4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CFE; }
p { color: rgb(173,76,254); }
H1.HeaderClassName
{
color: #AD4CFE;
}
.AnyTagClassName
{
color: #AD4CFE;
}
</style>
background-color css
<style>
a { background-color: #AD4CFE; }
a { background-color: rgb(173,76,254); }
div.DivClassName
{
background-color: #AD4CFE;
}
.BgClassName
{
background-color: #AD4CFE;
}
</style>
border-color css
<style>
span { border-color: #AD4CFE; }
span { border-color: rgb(173,76,254); }
td.TdClassName
{
border-color: #AD4CFE;
}
.TagClassName
{
border-color: #AD4CFE;
}
</style>