Shades of Dark Orchid #AD1CDA
Tints of Dark Orchid #AD1CDA
RGB
CMYK
RGB Variations
Color information
#AD1CDA (or 0xAD1CDA) is known color: Dark Orchid. HEX triplet: AD, 1C and DA. RGB value is (173,28,218). Sum of RGB (Red+Green+Blue) = 173+28+218=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD1CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CDA is #52E325. Grayscale: #5C5C5C. Windows color (decimal): -5432102 or 14294189. OLE color: 14294189.
HSL color Cylindrical-coordinate representation of color #AD1CDA: hue angle of 285.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1CDA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 28 | 218 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.15 |
| HSL | 285.79º | 0.77% | 0.48% | - |
| HSV(B) | 285.79º | 0.87% | 0.85% | - |
| XYZ | 30.3 | 14.78 | 67.58 | - |
| YUV | 93.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 218 | 0.21 | 0.87 | 0 | 0.15 | 285.79 | 0.77 | 0.48 |
| Hex | AD | 1C | DA | 15 | 57 | 0 | F | 11E | 4D | 30 |
| Octal | 255 | 34 | 332 | 25 | 127 | 0 | 17 | 436 | 115 | 60 |
| Binary | 10101101 | 11100 | 11011010 | 10101 | 1010111 | 0 | 1111 | 100011110 | 1001101 | 110000 |
Color Harmonies of #AD1CDA
Complementary color
Monochromatic Colors of #AD1CDA
Black with #AD1CDA
Text Example
Text Example
White with #AD1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CDA; }
p { color: rgb(173,28,218); }
H1.HeaderClassName
{
color: #AD1CDA;
}
.AnyTagClassName
{
color: #AD1CDA;
}
</style>
background-color css
<style>
a { background-color: #AD1CDA; }
a { background-color: rgb(173,28,218); }
div.DivClassName
{
background-color: #AD1CDA;
}
.BgClassName
{
background-color: #AD1CDA;
}
</style>
border-color css
<style>
span { border-color: #AD1CDA; }
span { border-color: rgb(173,28,218); }
td.TdClassName
{
border-color: #AD1CDA;
}
.TagClassName
{
border-color: #AD1CDA;
}
</style>