Shades of Medium Orchid #AD4CFB
Tints of Medium Orchid #AD4CFB
RGB
CMYK
RGB Variations
Color information
#AD4CFB (or 0xAD4CFB) is known color: Medium Orchid. HEX triplet: AD, 4C and FB. RGB value is (173,76,251). Sum of RGB (Red+Green+Blue) = 173+76+251=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CFB is #52B304. Grayscale: #7C7C7C. Windows color (decimal): -5419781 or 16469165. OLE color: 16469165.
HSL color Cylindrical-coordinate representation of color #AD4CFB: hue angle of 273.26º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4CFB is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 76 | 251 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.02 |
| HSL | 273.26º | 0.96% | 0.64% | - |
| HSV(B) | 273.26º | 0.7% | 0.98% | - |
| XYZ | 37.23 | 21.02 | 93.36 | - |
| YUV | 124.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 251 | 0.31 | 0.70 | 0 | 0.02 | 273.26 | 0.96 | 0.64 |
| Hex | AD | 4C | FB | 1F | 46 | 0 | 2 | 111 | 60 | 40 |
| Octal | 255 | 114 | 373 | 37 | 106 | 0 | 2 | 421 | 140 | 100 |
| Binary | 10101101 | 1001100 | 11111011 | 11111 | 1000110 | 0 | 10 | 100010001 | 1100000 | 1000000 |
Color Harmonies of #AD4CFB
Complementary color
Monochromatic Colors of #AD4CFB
Black with #AD4CFB
Text Example
Text Example
White with #AD4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CFB; }
p { color: rgb(173,76,251); }
H1.HeaderClassName
{
color: #AD4CFB;
}
.AnyTagClassName
{
color: #AD4CFB;
}
</style>
background-color css
<style>
a { background-color: #AD4CFB; }
a { background-color: rgb(173,76,251); }
div.DivClassName
{
background-color: #AD4CFB;
}
.BgClassName
{
background-color: #AD4CFB;
}
</style>
border-color css
<style>
span { border-color: #AD4CFB; }
span { border-color: rgb(173,76,251); }
td.TdClassName
{
border-color: #AD4CFB;
}
.TagClassName
{
border-color: #AD4CFB;
}
</style>