Shades of Medium Orchid #AD4CEE
Tints of Medium Orchid #AD4CEE
RGB
CMYK
RGB Variations
Color information
#AD4CEE (or 0xAD4CEE) is known color: Medium Orchid. HEX triplet: AD, 4C and EE. RGB value is (173,76,238). Sum of RGB (Red+Green+Blue) = 173+76+238=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CEE is #52B311. Grayscale: #7A7A7A. Windows color (decimal): -5419794 or 15617197. OLE color: 15617197.
HSL color Cylindrical-coordinate representation of color #AD4CEE: hue angle of 275.93º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4CEE is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 76 | 238 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.07 |
| HSL | 275.93º | 0.83% | 0.62% | - |
| HSV(B) | 275.93º | 0.68% | 0.93% | - |
| XYZ | 35.25 | 20.23 | 82.94 | - |
| YUV | 123.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 238 | 0.27 | 0.68 | 0 | 0.07 | 275.93 | 0.83 | 0.62 |
| Hex | AD | 4C | EE | 1B | 44 | 0 | 7 | 114 | 53 | 3E |
| Octal | 255 | 114 | 356 | 33 | 104 | 0 | 7 | 424 | 123 | 76 |
| Binary | 10101101 | 1001100 | 11101110 | 11011 | 1000100 | 0 | 111 | 100010100 | 1010011 | 111110 |
Color Harmonies of #AD4CEE
Complementary color
Monochromatic Colors of #AD4CEE
Black with #AD4CEE
Text Example
Text Example
White with #AD4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CEE; }
p { color: rgb(173,76,238); }
H1.HeaderClassName
{
color: #AD4CEE;
}
.AnyTagClassName
{
color: #AD4CEE;
}
</style>
background-color css
<style>
a { background-color: #AD4CEE; }
a { background-color: rgb(173,76,238); }
div.DivClassName
{
background-color: #AD4CEE;
}
.BgClassName
{
background-color: #AD4CEE;
}
</style>
border-color css
<style>
span { border-color: #AD4CEE; }
span { border-color: rgb(173,76,238); }
td.TdClassName
{
border-color: #AD4CEE;
}
.TagClassName
{
border-color: #AD4CEE;
}
</style>