Shades of Medium Orchid #AD4BED
Tints of Medium Orchid #AD4BED
RGB
CMYK
RGB Variations
Color information
#AD4BED (or 0xAD4BED) is known color: Medium Orchid. HEX triplet: AD, 4B and ED. RGB value is (173,75,237). Sum of RGB (Red+Green+Blue) = 173+75+237=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4BED is #52B412. Grayscale: #7A7A7A. Windows color (decimal): -5420051 or 15551405. OLE color: 15551405.
HSL color Cylindrical-coordinate representation of color #AD4BED: hue angle of 276.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4BED is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 75 | 237 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.07 |
| HSL | 276.3º | 0.82% | 0.61% | - |
| HSV(B) | 276.3º | 0.68% | 0.93% | - |
| XYZ | 35.04 | 20.03 | 82.14 | - |
| YUV | 122.77 | 192.47 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 237 | 0.27 | 0.68 | 0 | 0.07 | 276.3 | 0.82 | 0.61 |
| Hex | AD | 4B | ED | 1B | 44 | 0 | 7 | 114 | 52 | 3D |
| Octal | 255 | 113 | 355 | 33 | 104 | 0 | 7 | 424 | 122 | 75 |
| Binary | 10101101 | 1001011 | 11101101 | 11011 | 1000100 | 0 | 111 | 100010100 | 1010010 | 111101 |
Color Harmonies of #AD4BED
Complementary color
Monochromatic Colors of #AD4BED
Black with #AD4BED
Text Example
Text Example
White with #AD4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BED; }
p { color: rgb(173,75,237); }
H1.HeaderClassName
{
color: #AD4BED;
}
.AnyTagClassName
{
color: #AD4BED;
}
</style>
background-color css
<style>
a { background-color: #AD4BED; }
a { background-color: rgb(173,75,237); }
div.DivClassName
{
background-color: #AD4BED;
}
.BgClassName
{
background-color: #AD4BED;
}
</style>
border-color css
<style>
span { border-color: #AD4BED; }
span { border-color: rgb(173,75,237); }
td.TdClassName
{
border-color: #AD4BED;
}
.TagClassName
{
border-color: #AD4BED;
}
</style>