Shades of Dark Orchid #AD3FCD
Tints of Dark Orchid #AD3FCD
RGB
CMYK
RGB Variations
Color information
#AD3FCD (or 0xAD3FCD) is known color: Dark Orchid. HEX triplet: AD, 3F and CD. RGB value is (173,63,205). Sum of RGB (Red+Green+Blue) = 173+63+205=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FCD is #52C032. Grayscale: #6F6F6F. Windows color (decimal): -5423155 or 13451181. OLE color: 13451181.
HSL color Cylindrical-coordinate representation of color #AD3FCD: hue angle of 286.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3FCD is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 63 | 205 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.20 |
| HSL | 286.48º | 0.59% | 0.53% | - |
| HSV(B) | 286.48º | 0.69% | 0.8% | - |
| XYZ | 30.03 | 16.85 | 59.43 | - |
| YUV | 112.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 205 | 0.16 | 0.69 | 0 | 0.20 | 286.48 | 0.59 | 0.53 |
| Hex | AD | 3F | CD | 10 | 45 | 0 | 14 | 11E | 3B | 35 |
| Octal | 255 | 77 | 315 | 20 | 105 | 0 | 24 | 436 | 73 | 65 |
| Binary | 10101101 | 111111 | 11001101 | 10000 | 1000101 | 0 | 10100 | 100011110 | 111011 | 110101 |
Color Harmonies of #AD3FCD
Complementary color
Monochromatic Colors of #AD3FCD
Black with #AD3FCD
Text Example
Text Example
White with #AD3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FCD; }
p { color: rgb(173,63,205); }
H1.HeaderClassName
{
color: #AD3FCD;
}
.AnyTagClassName
{
color: #AD3FCD;
}
</style>
background-color css
<style>
a { background-color: #AD3FCD; }
a { background-color: rgb(173,63,205); }
div.DivClassName
{
background-color: #AD3FCD;
}
.BgClassName
{
background-color: #AD3FCD;
}
</style>
border-color css
<style>
span { border-color: #AD3FCD; }
span { border-color: rgb(173,63,205); }
td.TdClassName
{
border-color: #AD3FCD;
}
.TagClassName
{
border-color: #AD3FCD;
}
</style>