Shades of Medium Orchid #AD67CA
Tints of Medium Orchid #AD67CA
RGB
CMYK
RGB Variations
Color information
#AD67CA (or 0xAD67CA) is known color: Medium Orchid. HEX triplet: AD, 67 and CA. RGB value is (173,103,202). Sum of RGB (Red+Green+Blue) = 173+103+202=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD67CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67CA is #529835. Grayscale: #868686. Windows color (decimal): -5412918 or 13264813. OLE color: 13264813.
HSL color Cylindrical-coordinate representation of color #AD67CA: hue angle of 282.42º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD67CA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 103 | 202 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.21 |
| HSL | 282.42º | 0.48% | 0.6% | - |
| HSV(B) | 282.42º | 0.49% | 0.79% | - |
| XYZ | 32.74 | 22.85 | 58.56 | - |
| YUV | 135.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 202 | 0.14 | 0.49 | 0 | 0.21 | 282.42 | 0.48 | 0.6 |
| Hex | AD | 67 | CA | E | 31 | 0 | 15 | 11A | 30 | 3C |
| Octal | 255 | 147 | 312 | 16 | 61 | 0 | 25 | 432 | 60 | 74 |
| Binary | 10101101 | 1100111 | 11001010 | 1110 | 110001 | 0 | 10101 | 100011010 | 110000 | 111100 |
Color Harmonies of #AD67CA
Complementary color
Monochromatic Colors of #AD67CA
Black with #AD67CA
Text Example
Text Example
White with #AD67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67CA; }
p { color: rgb(173,103,202); }
H1.HeaderClassName
{
color: #AD67CA;
}
.AnyTagClassName
{
color: #AD67CA;
}
</style>
background-color css
<style>
a { background-color: #AD67CA; }
a { background-color: rgb(173,103,202); }
div.DivClassName
{
background-color: #AD67CA;
}
.BgClassName
{
background-color: #AD67CA;
}
</style>
border-color css
<style>
span { border-color: #AD67CA; }
span { border-color: rgb(173,103,202); }
td.TdClassName
{
border-color: #AD67CA;
}
.TagClassName
{
border-color: #AD67CA;
}
</style>