Shades of Dark Orchid #AD3CCD
Tints of Dark Orchid #AD3CCD
RGB
CMYK
RGB Variations
Color information
#AD3CCD (or 0xAD3CCD) is known color: Dark Orchid. HEX triplet: AD, 3C and CD. RGB value is (173,60,205). Sum of RGB (Red+Green+Blue) = 173+60+205=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CCD is #52C332. Grayscale: #6D6D6D. Windows color (decimal): -5423923 or 13450413. OLE color: 13450413.
HSL color Cylindrical-coordinate representation of color #AD3CCD: hue angle of 286.76º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3CCD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 60 | 205 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.20 |
| HSL | 286.76º | 0.59% | 0.52% | - |
| HSV(B) | 286.76º | 0.71% | 0.8% | - |
| XYZ | 29.87 | 16.52 | 59.37 | - |
| YUV | 110.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 205 | 0.16 | 0.71 | 0 | 0.20 | 286.76 | 0.59 | 0.52 |
| Hex | AD | 3C | CD | 10 | 47 | 0 | 14 | 11F | 3B | 34 |
| Octal | 255 | 74 | 315 | 20 | 107 | 0 | 24 | 437 | 73 | 64 |
| Binary | 10101101 | 111100 | 11001101 | 10000 | 1000111 | 0 | 10100 | 100011111 | 111011 | 110100 |
Color Harmonies of #AD3CCD
Complementary color
Monochromatic Colors of #AD3CCD
Black with #AD3CCD
Text Example
Text Example
White with #AD3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CCD; }
p { color: rgb(173,60,205); }
H1.HeaderClassName
{
color: #AD3CCD;
}
.AnyTagClassName
{
color: #AD3CCD;
}
</style>
background-color css
<style>
a { background-color: #AD3CCD; }
a { background-color: rgb(173,60,205); }
div.DivClassName
{
background-color: #AD3CCD;
}
.BgClassName
{
background-color: #AD3CCD;
}
</style>
border-color css
<style>
span { border-color: #AD3CCD; }
span { border-color: rgb(173,60,205); }
td.TdClassName
{
border-color: #AD3CCD;
}
.TagClassName
{
border-color: #AD3CCD;
}
</style>