Shades of Dark Orchid #AD1CCF
Tints of Dark Orchid #AD1CCF
RGB
CMYK
RGB Variations
Color information
#AD1CCF (or 0xAD1CCF) is known color: Dark Orchid. HEX triplet: AD, 1C and CF. RGB value is (173,28,207). Sum of RGB (Red+Green+Blue) = 173+28+207=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CCF is #52E330. Grayscale: #5B5B5B. Windows color (decimal): -5432113 or 13573293. OLE color: 13573293.
HSL color Cylindrical-coordinate representation of color #AD1CCF: hue angle of 288.6º degrees, saturation: 0.76, 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 #AD1CCF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 28 | 207 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.19 |
| HSL | 288.6º | 0.76% | 0.46% | - |
| HSV(B) | 288.6º | 0.86% | 0.81% | - |
| XYZ | 28.91 | 14.22 | 60.25 | - |
| YUV | 91.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 207 | 0.16 | 0.86 | 0 | 0.19 | 288.6 | 0.76 | 0.46 |
| Hex | AD | 1C | CF | 10 | 56 | 0 | 13 | 121 | 4C | 2E |
| Octal | 255 | 34 | 317 | 20 | 126 | 0 | 23 | 441 | 114 | 56 |
| Binary | 10101101 | 11100 | 11001111 | 10000 | 1010110 | 0 | 10011 | 100100001 | 1001100 | 101110 |
Color Harmonies of #AD1CCF
Complementary color
Monochromatic Colors of #AD1CCF
Black with #AD1CCF
Text Example
Text Example
White with #AD1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CCF; }
p { color: rgb(173,28,207); }
H1.HeaderClassName
{
color: #AD1CCF;
}
.AnyTagClassName
{
color: #AD1CCF;
}
</style>
background-color css
<style>
a { background-color: #AD1CCF; }
a { background-color: rgb(173,28,207); }
div.DivClassName
{
background-color: #AD1CCF;
}
.BgClassName
{
background-color: #AD1CCF;
}
</style>
border-color css
<style>
span { border-color: #AD1CCF; }
span { border-color: rgb(173,28,207); }
td.TdClassName
{
border-color: #AD1CCF;
}
.TagClassName
{
border-color: #AD1CCF;
}
</style>