Shades of Dark Orchid #AD18C6
Tints of Dark Orchid #AD18C6
RGB
CMYK
RGB Variations
Color information
#AD18C6 (or 0xAD18C6) is known color: Dark Orchid. HEX triplet: AD, 18 and C6. RGB value is (173,24,198). Sum of RGB (Red+Green+Blue) = 173+24+198=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD18C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18C6 is #52E739. Grayscale: #575757. Windows color (decimal): -5433146 or 12982445. OLE color: 12982445.
HSL color Cylindrical-coordinate representation of color #AD18C6: hue angle of 291.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD18C6 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 24 | 198 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.22 |
| HSL | 291.38º | 0.78% | 0.44% | - |
| HSV(B) | 291.38º | 0.88% | 0.78% | - |
| XYZ | 27.75 | 13.61 | 54.59 | - |
| YUV | 88.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 198 | 0.13 | 0.88 | 0 | 0.22 | 291.38 | 0.78 | 0.44 |
| Hex | AD | 18 | C6 | D | 58 | 0 | 16 | 123 | 4E | 2C |
| Octal | 255 | 30 | 306 | 15 | 130 | 0 | 26 | 443 | 116 | 54 |
| Binary | 10101101 | 11000 | 11000110 | 1101 | 1011000 | 0 | 10110 | 100100011 | 1001110 | 101100 |
Color Harmonies of #AD18C6
Complementary color
Monochromatic Colors of #AD18C6
Black with #AD18C6
Text Example
Text Example
White with #AD18C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD18C6; }
p { color: rgb(173,24,198); }
H1.HeaderClassName
{
color: #AD18C6;
}
.AnyTagClassName
{
color: #AD18C6;
}
</style>
background-color css
<style>
a { background-color: #AD18C6; }
a { background-color: rgb(173,24,198); }
div.DivClassName
{
background-color: #AD18C6;
}
.BgClassName
{
background-color: #AD18C6;
}
</style>
border-color css
<style>
span { border-color: #AD18C6; }
span { border-color: rgb(173,24,198); }
td.TdClassName
{
border-color: #AD18C6;
}
.TagClassName
{
border-color: #AD18C6;
}
</style>