Shades of Dark Orchid #AD1DCF
Tints of Dark Orchid #AD1DCF
RGB
CMYK
RGB Variations
Color information
#AD1DCF (or 0xAD1DCF) is known color: Dark Orchid. HEX triplet: AD, 1D and CF. RGB value is (173,29,207). Sum of RGB (Red+Green+Blue) = 173+29+207=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DCF is #52E230. Grayscale: #5B5B5B. Windows color (decimal): -5431857 or 13573549. OLE color: 13573549.
HSL color Cylindrical-coordinate representation of color #AD1DCF: hue angle of 288.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1DCF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 29 | 207 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.19 |
| HSL | 288.54º | 0.75% | 0.46% | - |
| HSV(B) | 288.54º | 0.86% | 0.81% | - |
| XYZ | 28.94 | 14.27 | 60.26 | - |
| YUV | 92.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 207 | 0.16 | 0.86 | 0 | 0.19 | 288.54 | 0.75 | 0.46 |
| Hex | AD | 1D | CF | 10 | 56 | 0 | 13 | 121 | 4B | 2E |
| Octal | 255 | 35 | 317 | 20 | 126 | 0 | 23 | 441 | 113 | 56 |
| Binary | 10101101 | 11101 | 11001111 | 10000 | 1010110 | 0 | 10011 | 100100001 | 1001011 | 101110 |
Color Harmonies of #AD1DCF
Complementary color
Monochromatic Colors of #AD1DCF
Black with #AD1DCF
Text Example
Text Example
White with #AD1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DCF; }
p { color: rgb(173,29,207); }
H1.HeaderClassName
{
color: #AD1DCF;
}
.AnyTagClassName
{
color: #AD1DCF;
}
</style>
background-color css
<style>
a { background-color: #AD1DCF; }
a { background-color: rgb(173,29,207); }
div.DivClassName
{
background-color: #AD1DCF;
}
.BgClassName
{
background-color: #AD1DCF;
}
</style>
border-color css
<style>
span { border-color: #AD1DCF; }
span { border-color: rgb(173,29,207); }
td.TdClassName
{
border-color: #AD1DCF;
}
.TagClassName
{
border-color: #AD1DCF;
}
</style>