Shades of Dark Orchid #AD37D7
Tints of Dark Orchid #AD37D7
RGB
CMYK
RGB Variations
Color information
#AD37D7 (or 0xAD37D7) is known color: Dark Orchid. HEX triplet: AD, 37 and D7. RGB value is (173,55,215). Sum of RGB (Red+Green+Blue) = 173+55+215=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD37D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37D7 is #52C828. Grayscale: #6C6C6C. Windows color (decimal): -5425193 or 14104493. OLE color: 14104493.
HSL color Cylindrical-coordinate representation of color #AD37D7: hue angle of 284.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD37D7 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 55 | 215 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.16 |
| HSL | 284.25º | 0.67% | 0.53% | - |
| HSV(B) | 284.25º | 0.74% | 0.84% | - |
| XYZ | 30.87 | 16.52 | 65.85 | - |
| YUV | 108.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 215 | 0.20 | 0.74 | 0 | 0.16 | 284.25 | 0.67 | 0.53 |
| Hex | AD | 37 | D7 | 14 | 4A | 0 | 10 | 11C | 43 | 35 |
| Octal | 255 | 67 | 327 | 24 | 112 | 0 | 20 | 434 | 103 | 65 |
| Binary | 10101101 | 110111 | 11010111 | 10100 | 1001010 | 0 | 10000 | 100011100 | 1000011 | 110101 |
Color Harmonies of #AD37D7
Complementary color
Monochromatic Colors of #AD37D7
Black with #AD37D7
Text Example
Text Example
White with #AD37D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37D7; }
p { color: rgb(173,55,215); }
H1.HeaderClassName
{
color: #AD37D7;
}
.AnyTagClassName
{
color: #AD37D7;
}
</style>
background-color css
<style>
a { background-color: #AD37D7; }
a { background-color: rgb(173,55,215); }
div.DivClassName
{
background-color: #AD37D7;
}
.BgClassName
{
background-color: #AD37D7;
}
</style>
border-color css
<style>
span { border-color: #AD37D7; }
span { border-color: rgb(173,55,215); }
td.TdClassName
{
border-color: #AD37D7;
}
.TagClassName
{
border-color: #AD37D7;
}
</style>