Shades of Dark Orchid #AD2CDD
Tints of Dark Orchid #AD2CDD
RGB
CMYK
RGB Variations
Color information
#AD2CDD (or 0xAD2CDD) is known color: Dark Orchid. HEX triplet: AD, 2C and DD. RGB value is (173,44,221). Sum of RGB (Red+Green+Blue) = 173+44+221=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CDD is #52D322. Grayscale: #666666. Windows color (decimal): -5428003 or 14494893. OLE color: 14494893.
HSL color Cylindrical-coordinate representation of color #AD2CDD: hue angle of 283.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2CDD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 44 | 221 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.13 |
| HSL | 283.73º | 0.72% | 0.52% | - |
| HSV(B) | 283.73º | 0.8% | 0.87% | - |
| XYZ | 31.19 | 15.91 | 69.83 | - |
| YUV | 102.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 221 | 0.22 | 0.80 | 0 | 0.13 | 283.73 | 0.72 | 0.52 |
| Hex | AD | 2C | DD | 16 | 50 | 0 | D | 11C | 48 | 34 |
| Octal | 255 | 54 | 335 | 26 | 120 | 0 | 15 | 434 | 110 | 64 |
| Binary | 10101101 | 101100 | 11011101 | 10110 | 1010000 | 0 | 1101 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AD2CDD
Complementary color
Monochromatic Colors of #AD2CDD
Black with #AD2CDD
Text Example
Text Example
White with #AD2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CDD; }
p { color: rgb(173,44,221); }
H1.HeaderClassName
{
color: #AD2CDD;
}
.AnyTagClassName
{
color: #AD2CDD;
}
</style>
background-color css
<style>
a { background-color: #AD2CDD; }
a { background-color: rgb(173,44,221); }
div.DivClassName
{
background-color: #AD2CDD;
}
.BgClassName
{
background-color: #AD2CDD;
}
</style>
border-color css
<style>
span { border-color: #AD2CDD; }
span { border-color: rgb(173,44,221); }
td.TdClassName
{
border-color: #AD2CDD;
}
.TagClassName
{
border-color: #AD2CDD;
}
</style>