Shades of Medium Orchid #AD43CF
Tints of Medium Orchid #AD43CF
RGB
CMYK
RGB Variations
Color information
#AD43CF (or 0xAD43CF) is known color: Medium Orchid. HEX triplet: AD, 43 and CF. RGB value is (173,67,207). Sum of RGB (Red+Green+Blue) = 173+67+207=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43CF is #52BC30. Grayscale: #727272. Windows color (decimal): -5422129 or 13583277. OLE color: 13583277.
HSL color Cylindrical-coordinate representation of color #AD43CF: hue angle of 285.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD43CF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 67 | 207 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.19 |
| HSL | 285.43º | 0.59% | 0.54% | - |
| HSV(B) | 285.43º | 0.68% | 0.81% | - |
| XYZ | 30.5 | 17.4 | 60.78 | - |
| YUV | 114.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 207 | 0.16 | 0.68 | 0 | 0.19 | 285.43 | 0.59 | 0.54 |
| Hex | AD | 43 | CF | 10 | 44 | 0 | 13 | 11D | 3B | 36 |
| Octal | 255 | 103 | 317 | 20 | 104 | 0 | 23 | 435 | 73 | 66 |
| Binary | 10101101 | 1000011 | 11001111 | 10000 | 1000100 | 0 | 10011 | 100011101 | 111011 | 110110 |
Color Harmonies of #AD43CF
Complementary color
Monochromatic Colors of #AD43CF
Black with #AD43CF
Text Example
Text Example
White with #AD43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43CF; }
p { color: rgb(173,67,207); }
H1.HeaderClassName
{
color: #AD43CF;
}
.AnyTagClassName
{
color: #AD43CF;
}
</style>
background-color css
<style>
a { background-color: #AD43CF; }
a { background-color: rgb(173,67,207); }
div.DivClassName
{
background-color: #AD43CF;
}
.BgClassName
{
background-color: #AD43CF;
}
</style>
border-color css
<style>
span { border-color: #AD43CF; }
span { border-color: rgb(173,67,207); }
td.TdClassName
{
border-color: #AD43CF;
}
.TagClassName
{
border-color: #AD43CF;
}
</style>