Shades of Dark Orchid #AD1FCD
Tints of Dark Orchid #AD1FCD
RGB
CMYK
RGB Variations
Color information
#AD1FCD (or 0xAD1FCD) is known color: Dark Orchid. HEX triplet: AD, 1F and CD. RGB value is (173,31,205). Sum of RGB (Red+Green+Blue) = 173+31+205=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FCD is #52E032. Grayscale: #5C5C5C. Windows color (decimal): -5431347 or 13442989. OLE color: 13442989.
HSL color Cylindrical-coordinate representation of color #AD1FCD: hue angle of 288.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1FCD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 31 | 205 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.20 |
| HSL | 288.97º | 0.74% | 0.46% | - |
| HSV(B) | 288.97º | 0.85% | 0.8% | - |
| XYZ | 28.74 | 14.27 | 59 | - |
| YUV | 93.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 205 | 0.16 | 0.85 | 0 | 0.20 | 288.97 | 0.74 | 0.46 |
| Hex | AD | 1F | CD | 10 | 55 | 0 | 14 | 121 | 4A | 2E |
| Octal | 255 | 37 | 315 | 20 | 125 | 0 | 24 | 441 | 112 | 56 |
| Binary | 10101101 | 11111 | 11001101 | 10000 | 1010101 | 0 | 10100 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AD1FCD
Complementary color
Monochromatic Colors of #AD1FCD
Black with #AD1FCD
Text Example
Text Example
White with #AD1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FCD; }
p { color: rgb(173,31,205); }
H1.HeaderClassName
{
color: #AD1FCD;
}
.AnyTagClassName
{
color: #AD1FCD;
}
</style>
background-color css
<style>
a { background-color: #AD1FCD; }
a { background-color: rgb(173,31,205); }
div.DivClassName
{
background-color: #AD1FCD;
}
.BgClassName
{
background-color: #AD1FCD;
}
</style>
border-color css
<style>
span { border-color: #AD1FCD; }
span { border-color: rgb(173,31,205); }
td.TdClassName
{
border-color: #AD1FCD;
}
.TagClassName
{
border-color: #AD1FCD;
}
</style>