Shades of Medium Orchid #AD5CEF
Tints of Medium Orchid #AD5CEF
RGB
CMYK
RGB Variations
Color information
#AD5CEF (or 0xAD5CEF) is known color: Medium Orchid. HEX triplet: AD, 5C and EF. RGB value is (173,92,239). Sum of RGB (Red+Green+Blue) = 173+92+239=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CEF is #52A310. Grayscale: #848484. Windows color (decimal): -5415697 or 15686829. OLE color: 15686829.
HSL color Cylindrical-coordinate representation of color #AD5CEF: hue angle of 273.06º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5CEF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 92 | 239 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.06 |
| HSL | 273.06º | 0.82% | 0.65% | - |
| HSV(B) | 273.06º | 0.62% | 0.94% | - |
| XYZ | 36.64 | 22.77 | 84.13 | - |
| YUV | 132.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 239 | 0.28 | 0.62 | 0 | 0.06 | 273.06 | 0.82 | 0.65 |
| Hex | AD | 5C | EF | 1C | 3E | 0 | 6 | 111 | 52 | 41 |
| Octal | 255 | 134 | 357 | 34 | 76 | 0 | 6 | 421 | 122 | 101 |
| Binary | 10101101 | 1011100 | 11101111 | 11100 | 111110 | 0 | 110 | 100010001 | 1010010 | 1000001 |
Color Harmonies of #AD5CEF
Complementary color
Monochromatic Colors of #AD5CEF
Black with #AD5CEF
Text Example
Text Example
White with #AD5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CEF; }
p { color: rgb(173,92,239); }
H1.HeaderClassName
{
color: #AD5CEF;
}
.AnyTagClassName
{
color: #AD5CEF;
}
</style>
background-color css
<style>
a { background-color: #AD5CEF; }
a { background-color: rgb(173,92,239); }
div.DivClassName
{
background-color: #AD5CEF;
}
.BgClassName
{
background-color: #AD5CEF;
}
</style>
border-color css
<style>
span { border-color: #AD5CEF; }
span { border-color: rgb(173,92,239); }
td.TdClassName
{
border-color: #AD5CEF;
}
.TagClassName
{
border-color: #AD5CEF;
}
</style>