Shades of Dark Orchid #AD3ECD
Tints of Dark Orchid #AD3ECD
RGB
CMYK
RGB Variations
Color information
#AD3ECD (or 0xAD3ECD) is known color: Dark Orchid. HEX triplet: AD, 3E and CD. RGB value is (173,62,205). Sum of RGB (Red+Green+Blue) = 173+62+205=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ECD is #52C132. Grayscale: #6F6F6F. Windows color (decimal): -5423411 or 13450925. OLE color: 13450925.
HSL color Cylindrical-coordinate representation of color #AD3ECD: hue angle of 286.57º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3ECD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 62 | 205 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.20 |
| HSL | 286.57º | 0.59% | 0.52% | - |
| HSV(B) | 286.57º | 0.7% | 0.8% | - |
| XYZ | 29.98 | 16.74 | 59.41 | - |
| YUV | 111.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 205 | 0.16 | 0.70 | 0 | 0.20 | 286.57 | 0.59 | 0.52 |
| Hex | AD | 3E | CD | 10 | 46 | 0 | 14 | 11F | 3B | 34 |
| Octal | 255 | 76 | 315 | 20 | 106 | 0 | 24 | 437 | 73 | 64 |
| Binary | 10101101 | 111110 | 11001101 | 10000 | 1000110 | 0 | 10100 | 100011111 | 111011 | 110100 |
Color Harmonies of #AD3ECD
Complementary color
Monochromatic Colors of #AD3ECD
Black with #AD3ECD
Text Example
Text Example
White with #AD3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ECD; }
p { color: rgb(173,62,205); }
H1.HeaderClassName
{
color: #AD3ECD;
}
.AnyTagClassName
{
color: #AD3ECD;
}
</style>
background-color css
<style>
a { background-color: #AD3ECD; }
a { background-color: rgb(173,62,205); }
div.DivClassName
{
background-color: #AD3ECD;
}
.BgClassName
{
background-color: #AD3ECD;
}
</style>
border-color css
<style>
span { border-color: #AD3ECD; }
span { border-color: rgb(173,62,205); }
td.TdClassName
{
border-color: #AD3ECD;
}
.TagClassName
{
border-color: #AD3ECD;
}
</style>