Shades of Medium Orchid #AD4FEE
Tints of Medium Orchid #AD4FEE
RGB
CMYK
RGB Variations
Color information
#AD4FEE (or 0xAD4FEE) is known color: Medium Orchid. HEX triplet: AD, 4F and EE. RGB value is (173,79,238). Sum of RGB (Red+Green+Blue) = 173+79+238=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD4FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4FEE is #52B011. Grayscale: #7C7C7C. Windows color (decimal): -5419026 or 15617965. OLE color: 15617965.
HSL color Cylindrical-coordinate representation of color #AD4FEE: hue angle of 275.47º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4FEE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 79 | 238 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.07 |
| HSL | 275.47º | 0.82% | 0.62% | - |
| HSV(B) | 275.47º | 0.67% | 0.93% | - |
| XYZ | 35.46 | 20.65 | 83.01 | - |
| YUV | 125.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 238 | 0.27 | 0.67 | 0 | 0.07 | 275.47 | 0.82 | 0.62 |
| Hex | AD | 4F | EE | 1B | 43 | 0 | 7 | 113 | 52 | 3E |
| Octal | 255 | 117 | 356 | 33 | 103 | 0 | 7 | 423 | 122 | 76 |
| Binary | 10101101 | 1001111 | 11101110 | 11011 | 1000011 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AD4FEE
Complementary color
Monochromatic Colors of #AD4FEE
Black with #AD4FEE
Text Example
Text Example
White with #AD4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FEE; }
p { color: rgb(173,79,238); }
H1.HeaderClassName
{
color: #AD4FEE;
}
.AnyTagClassName
{
color: #AD4FEE;
}
</style>
background-color css
<style>
a { background-color: #AD4FEE; }
a { background-color: rgb(173,79,238); }
div.DivClassName
{
background-color: #AD4FEE;
}
.BgClassName
{
background-color: #AD4FEE;
}
</style>
border-color css
<style>
span { border-color: #AD4FEE; }
span { border-color: rgb(173,79,238); }
td.TdClassName
{
border-color: #AD4FEE;
}
.TagClassName
{
border-color: #AD4FEE;
}
</style>