Shades of Dark Orchid #AD3CDA
Tints of Dark Orchid #AD3CDA
RGB
CMYK
RGB Variations
Color information
#AD3CDA (or 0xAD3CDA) is known color: Dark Orchid. HEX triplet: AD, 3C and DA. RGB value is (173,60,218). Sum of RGB (Red+Green+Blue) = 173+60+218=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CDA is #52C325. Grayscale: #6F6F6F. Windows color (decimal): -5423910 or 14302381. OLE color: 14302381.
HSL color Cylindrical-coordinate representation of color #AD3CDA: hue angle of 282.91º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3CDA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 60 | 218 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.15 |
| HSL | 282.91º | 0.68% | 0.55% | - |
| HSV(B) | 282.91º | 0.72% | 0.85% | - |
| XYZ | 31.5 | 17.18 | 67.98 | - |
| YUV | 111.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 218 | 0.21 | 0.72 | 0 | 0.15 | 282.91 | 0.68 | 0.55 |
| Hex | AD | 3C | DA | 15 | 48 | 0 | F | 11B | 44 | 37 |
| Octal | 255 | 74 | 332 | 25 | 110 | 0 | 17 | 433 | 104 | 67 |
| Binary | 10101101 | 111100 | 11011010 | 10101 | 1001000 | 0 | 1111 | 100011011 | 1000100 | 110111 |
Color Harmonies of #AD3CDA
Complementary color
Monochromatic Colors of #AD3CDA
Black with #AD3CDA
Text Example
Text Example
White with #AD3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CDA; }
p { color: rgb(173,60,218); }
H1.HeaderClassName
{
color: #AD3CDA;
}
.AnyTagClassName
{
color: #AD3CDA;
}
</style>
background-color css
<style>
a { background-color: #AD3CDA; }
a { background-color: rgb(173,60,218); }
div.DivClassName
{
background-color: #AD3CDA;
}
.BgClassName
{
background-color: #AD3CDA;
}
</style>
border-color css
<style>
span { border-color: #AD3CDA; }
span { border-color: rgb(173,60,218); }
td.TdClassName
{
border-color: #AD3CDA;
}
.TagClassName
{
border-color: #AD3CDA;
}
</style>