Shades of Dark Orchid #AD25DF
Tints of Dark Orchid #AD25DF
RGB
CMYK
RGB Variations
Color information
#AD25DF (or 0xAD25DF) is known color: Dark Orchid. HEX triplet: AD, 25 and DF. RGB value is (173,37,223). Sum of RGB (Red+Green+Blue) = 173+37+223=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD25DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25DF is #52DA20. Grayscale: #626262. Windows color (decimal): -5429793 or 14624173. OLE color: 14624173.
HSL color Cylindrical-coordinate representation of color #AD25DF: hue angle of 283.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD25DF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 37 | 223 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.13 |
| HSL | 283.87º | 0.74% | 0.51% | - |
| HSV(B) | 283.87º | 0.83% | 0.87% | - |
| XYZ | 31.21 | 15.54 | 71.17 | - |
| YUV | 98.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 223 | 0.22 | 0.83 | 0 | 0.13 | 283.87 | 0.74 | 0.51 |
| Hex | AD | 25 | DF | 16 | 53 | 0 | D | 11C | 4A | 33 |
| Octal | 255 | 45 | 337 | 26 | 123 | 0 | 15 | 434 | 112 | 63 |
| Binary | 10101101 | 100101 | 11011111 | 10110 | 1010011 | 0 | 1101 | 100011100 | 1001010 | 110011 |
Color Harmonies of #AD25DF
Complementary color
Monochromatic Colors of #AD25DF
Black with #AD25DF
Text Example
Text Example
White with #AD25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25DF; }
p { color: rgb(173,37,223); }
H1.HeaderClassName
{
color: #AD25DF;
}
.AnyTagClassName
{
color: #AD25DF;
}
</style>
background-color css
<style>
a { background-color: #AD25DF; }
a { background-color: rgb(173,37,223); }
div.DivClassName
{
background-color: #AD25DF;
}
.BgClassName
{
background-color: #AD25DF;
}
</style>
border-color css
<style>
span { border-color: #AD25DF; }
span { border-color: rgb(173,37,223); }
td.TdClassName
{
border-color: #AD25DF;
}
.TagClassName
{
border-color: #AD25DF;
}
</style>