Shades of Dark Orchid #AD1CDC
Tints of Dark Orchid #AD1CDC
RGB
CMYK
RGB Variations
Color information
#AD1CDC (or 0xAD1CDC) is known color: Dark Orchid. HEX triplet: AD, 1C and DC. RGB value is (173,28,220). Sum of RGB (Red+Green+Blue) = 173+28+220=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD1CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CDC is #52E323. Grayscale: #5C5C5C. Windows color (decimal): -5432100 or 14425261. OLE color: 14425261.
HSL color Cylindrical-coordinate representation of color #AD1CDC: hue angle of 285.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1CDC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 28 | 220 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.14 |
| HSL | 285.31º | 0.77% | 0.49% | - |
| HSV(B) | 285.31º | 0.87% | 0.86% | - |
| XYZ | 30.57 | 14.88 | 68.97 | - |
| YUV | 93.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 220 | 0.21 | 0.87 | 0 | 0.14 | 285.31 | 0.77 | 0.49 |
| Hex | AD | 1C | DC | 15 | 57 | 0 | E | 11D | 4D | 31 |
| Octal | 255 | 34 | 334 | 25 | 127 | 0 | 16 | 435 | 115 | 61 |
| Binary | 10101101 | 11100 | 11011100 | 10101 | 1010111 | 0 | 1110 | 100011101 | 1001101 | 110001 |
Color Harmonies of #AD1CDC
Complementary color
Monochromatic Colors of #AD1CDC
Black with #AD1CDC
Text Example
Text Example
White with #AD1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CDC; }
p { color: rgb(173,28,220); }
H1.HeaderClassName
{
color: #AD1CDC;
}
.AnyTagClassName
{
color: #AD1CDC;
}
</style>
background-color css
<style>
a { background-color: #AD1CDC; }
a { background-color: rgb(173,28,220); }
div.DivClassName
{
background-color: #AD1CDC;
}
.BgClassName
{
background-color: #AD1CDC;
}
</style>
border-color css
<style>
span { border-color: #AD1CDC; }
span { border-color: rgb(173,28,220); }
td.TdClassName
{
border-color: #AD1CDC;
}
.TagClassName
{
border-color: #AD1CDC;
}
</style>