Shades of Medium Orchid #AD43ED
Tints of Medium Orchid #AD43ED
RGB
CMYK
RGB Variations
Color information
#AD43ED (or 0xAD43ED) is known color: Medium Orchid. HEX triplet: AD, 43 and ED. RGB value is (173,67,237). Sum of RGB (Red+Green+Blue) = 173+67+237=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD43ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD43ED is #52BC12. Grayscale: #757575. Windows color (decimal): -5422099 or 15549357. OLE color: 15549357.
HSL color Cylindrical-coordinate representation of color #AD43ED: hue angle of 277.41º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD43ED is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 67 | 237 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.07 |
| HSL | 277.41º | 0.83% | 0.6% | - |
| HSV(B) | 277.41º | 0.72% | 0.93% | - |
| XYZ | 34.53 | 19.01 | 81.97 | - |
| YUV | 118.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 237 | 0.27 | 0.72 | 0 | 0.07 | 277.41 | 0.83 | 0.6 |
| Hex | AD | 43 | ED | 1B | 48 | 0 | 7 | 115 | 53 | 3C |
| Octal | 255 | 103 | 355 | 33 | 110 | 0 | 7 | 425 | 123 | 74 |
| Binary | 10101101 | 1000011 | 11101101 | 11011 | 1001000 | 0 | 111 | 100010101 | 1010011 | 111100 |
Color Harmonies of #AD43ED
Complementary color
Monochromatic Colors of #AD43ED
Black with #AD43ED
Text Example
Text Example
White with #AD43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43ED; }
p { color: rgb(173,67,237); }
H1.HeaderClassName
{
color: #AD43ED;
}
.AnyTagClassName
{
color: #AD43ED;
}
</style>
background-color css
<style>
a { background-color: #AD43ED; }
a { background-color: rgb(173,67,237); }
div.DivClassName
{
background-color: #AD43ED;
}
.BgClassName
{
background-color: #AD43ED;
}
</style>
border-color css
<style>
span { border-color: #AD43ED; }
span { border-color: rgb(173,67,237); }
td.TdClassName
{
border-color: #AD43ED;
}
.TagClassName
{
border-color: #AD43ED;
}
</style>