Shades of Dark Orchid #AD3CDC
Tints of Dark Orchid #AD3CDC
RGB
CMYK
RGB Variations
Color information
#AD3CDC (or 0xAD3CDC) is known color: Dark Orchid. HEX triplet: AD, 3C and DC. RGB value is (173,60,220). Sum of RGB (Red+Green+Blue) = 173+60+220=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CDC is #52C323. Grayscale: #6F6F6F. Windows color (decimal): -5423908 or 14433453. OLE color: 14433453.
HSL color Cylindrical-coordinate representation of color #AD3CDC: hue angle of 282.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3CDC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 60 | 220 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.14 |
| HSL | 282.38º | 0.7% | 0.55% | - |
| HSV(B) | 282.38º | 0.73% | 0.86% | - |
| XYZ | 31.77 | 17.28 | 69.37 | - |
| YUV | 112.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 220 | 0.21 | 0.73 | 0 | 0.14 | 282.38 | 0.7 | 0.55 |
| Hex | AD | 3C | DC | 15 | 49 | 0 | E | 11A | 46 | 37 |
| Octal | 255 | 74 | 334 | 25 | 111 | 0 | 16 | 432 | 106 | 67 |
| Binary | 10101101 | 111100 | 11011100 | 10101 | 1001001 | 0 | 1110 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AD3CDC
Complementary color
Monochromatic Colors of #AD3CDC
Black with #AD3CDC
Text Example
Text Example
White with #AD3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CDC; }
p { color: rgb(173,60,220); }
H1.HeaderClassName
{
color: #AD3CDC;
}
.AnyTagClassName
{
color: #AD3CDC;
}
</style>
background-color css
<style>
a { background-color: #AD3CDC; }
a { background-color: rgb(173,60,220); }
div.DivClassName
{
background-color: #AD3CDC;
}
.BgClassName
{
background-color: #AD3CDC;
}
</style>
border-color css
<style>
span { border-color: #AD3CDC; }
span { border-color: rgb(173,60,220); }
td.TdClassName
{
border-color: #AD3CDC;
}
.TagClassName
{
border-color: #AD3CDC;
}
</style>