Shades of Medium Orchid #AD40E8
Tints of Medium Orchid #AD40E8
RGB
CMYK
RGB Variations
Color information
#AD40E8 (or 0xAD40E8) is known color: Medium Orchid. HEX triplet: AD, 40 and E8. RGB value is (173,64,232). Sum of RGB (Red+Green+Blue) = 173+64+232=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD40E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40E8 is #52BF17. Grayscale: #737373. Windows color (decimal): -5422872 or 15220909. OLE color: 15220909.
HSL color Cylindrical-coordinate representation of color #AD40E8: hue angle of 278.93º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD40E8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 64 | 232 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.09 |
| HSL | 278.93º | 0.79% | 0.58% | - |
| HSV(B) | 278.93º | 0.72% | 0.91% | - |
| XYZ | 33.63 | 18.38 | 78.12 | - |
| YUV | 115.74 | 193.61 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 232 | 0.25 | 0.72 | 0 | 0.09 | 278.93 | 0.79 | 0.58 |
| Hex | AD | 40 | E8 | 19 | 48 | 0 | 9 | 117 | 4F | 3A |
| Octal | 255 | 100 | 350 | 31 | 110 | 0 | 11 | 427 | 117 | 72 |
| Binary | 10101101 | 1000000 | 11101000 | 11001 | 1001000 | 0 | 1001 | 100010111 | 1001111 | 111010 |
Color Harmonies of #AD40E8
Complementary color
Monochromatic Colors of #AD40E8
Black with #AD40E8
Text Example
Text Example
White with #AD40E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40E8; }
p { color: rgb(173,64,232); }
H1.HeaderClassName
{
color: #AD40E8;
}
.AnyTagClassName
{
color: #AD40E8;
}
</style>
background-color css
<style>
a { background-color: #AD40E8; }
a { background-color: rgb(173,64,232); }
div.DivClassName
{
background-color: #AD40E8;
}
.BgClassName
{
background-color: #AD40E8;
}
</style>
border-color css
<style>
span { border-color: #AD40E8; }
span { border-color: rgb(173,64,232); }
td.TdClassName
{
border-color: #AD40E8;
}
.TagClassName
{
border-color: #AD40E8;
}
</style>