Shades of Dark Orchid #AD2CC1
Tints of Dark Orchid #AD2CC1
RGB
CMYK
RGB Variations
Color information
#AD2CC1 (or 0xAD2CC1) is known color: Dark Orchid. HEX triplet: AD, 2C and C1. RGB value is (173,44,193). Sum of RGB (Red+Green+Blue) = 173+44+193=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD2CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CC1 is #52D33E. Grayscale: #636363. Windows color (decimal): -5428031 or 12659885. OLE color: 12659885.
HSL color Cylindrical-coordinate representation of color #AD2CC1: hue angle of 291.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2CC1 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 44 | 193 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.24 |
| HSL | 291.95º | 0.63% | 0.46% | - |
| HSV(B) | 291.95º | 0.77% | 0.76% | - |
| XYZ | 27.76 | 14.54 | 51.79 | - |
| YUV | 99.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 193 | 0.10 | 0.77 | 0 | 0.24 | 291.95 | 0.63 | 0.46 |
| Hex | AD | 2C | C1 | A | 4D | 0 | 18 | 124 | 3F | 2E |
| Octal | 255 | 54 | 301 | 12 | 115 | 0 | 30 | 444 | 77 | 56 |
| Binary | 10101101 | 101100 | 11000001 | 1010 | 1001101 | 0 | 11000 | 100100100 | 111111 | 101110 |
Color Harmonies of #AD2CC1
Complementary color
Monochromatic Colors of #AD2CC1
Black with #AD2CC1
Text Example
Text Example
White with #AD2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CC1; }
p { color: rgb(173,44,193); }
H1.HeaderClassName
{
color: #AD2CC1;
}
.AnyTagClassName
{
color: #AD2CC1;
}
</style>
background-color css
<style>
a { background-color: #AD2CC1; }
a { background-color: rgb(173,44,193); }
div.DivClassName
{
background-color: #AD2CC1;
}
.BgClassName
{
background-color: #AD2CC1;
}
</style>
border-color css
<style>
span { border-color: #AD2CC1; }
span { border-color: rgb(173,44,193); }
td.TdClassName
{
border-color: #AD2CC1;
}
.TagClassName
{
border-color: #AD2CC1;
}
</style>