Shades of Medium Orchid #AD42ED
Tints of Medium Orchid #AD42ED
RGB
CMYK
RGB Variations
Color information
#AD42ED (or 0xAD42ED) is known color: Medium Orchid. HEX triplet: AD, 42 and ED. RGB value is (173,66,237). Sum of RGB (Red+Green+Blue) = 173+66+237=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42ED is #52BD12. Grayscale: #747474. Windows color (decimal): -5422355 or 15549101. OLE color: 15549101.
HSL color Cylindrical-coordinate representation of color #AD42ED: hue angle of 277.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD42ED is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 66 | 237 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.07 |
| HSL | 277.54º | 0.83% | 0.59% | - |
| HSV(B) | 277.54º | 0.72% | 0.93% | - |
| XYZ | 34.47 | 18.9 | 81.95 | - |
| YUV | 117.49 | 195.45 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 237 | 0.27 | 0.72 | 0 | 0.07 | 277.54 | 0.83 | 0.59 |
| Hex | AD | 42 | ED | 1B | 48 | 0 | 7 | 116 | 53 | 3B |
| Octal | 255 | 102 | 355 | 33 | 110 | 0 | 7 | 426 | 123 | 73 |
| Binary | 10101101 | 1000010 | 11101101 | 11011 | 1001000 | 0 | 111 | 100010110 | 1010011 | 111011 |
Color Harmonies of #AD42ED
Complementary color
Monochromatic Colors of #AD42ED
Black with #AD42ED
Text Example
Text Example
White with #AD42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42ED; }
p { color: rgb(173,66,237); }
H1.HeaderClassName
{
color: #AD42ED;
}
.AnyTagClassName
{
color: #AD42ED;
}
</style>
background-color css
<style>
a { background-color: #AD42ED; }
a { background-color: rgb(173,66,237); }
div.DivClassName
{
background-color: #AD42ED;
}
.BgClassName
{
background-color: #AD42ED;
}
</style>
border-color css
<style>
span { border-color: #AD42ED; }
span { border-color: rgb(173,66,237); }
td.TdClassName
{
border-color: #AD42ED;
}
.TagClassName
{
border-color: #AD42ED;
}
</style>