Shades of Dark Orchid #AD3ECC
Tints of Dark Orchid #AD3ECC
RGB
CMYK
RGB Variations
Color information
#AD3ECC (or 0xAD3ECC) is known color: Dark Orchid. HEX triplet: AD, 3E and CC. RGB value is (173,62,204). Sum of RGB (Red+Green+Blue) = 173+62+204=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD3ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ECC is #52C133. Grayscale: #6E6E6E. Windows color (decimal): -5423412 or 13385389. OLE color: 13385389.
HSL color Cylindrical-coordinate representation of color #AD3ECC: hue angle of 286.9º degrees, saturation: 0.58, 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 #AD3ECC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 62 | 204 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.2 |
| HSL | 286.9º | 0.58% | 0.52% | - |
| HSV(B) | 286.9º | 0.7% | 0.8% | - |
| XYZ | 29.86 | 16.69 | 58.77 | - |
| YUV | 111.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 204 | 0.15 | 0.70 | 0 | 0.2 | 286.9 | 0.58 | 0.52 |
| Hex | AD | 3E | CC | F | 46 | 0 | 14 | 11F | 3A | 34 |
| Octal | 255 | 76 | 314 | 17 | 106 | 0 | 24 | 437 | 72 | 64 |
| Binary | 10101101 | 111110 | 11001100 | 1111 | 1000110 | 0 | 10100 | 100011111 | 111010 | 110100 |
Color Harmonies of #AD3ECC
Complementary color
Monochromatic Colors of #AD3ECC
Black with #AD3ECC
Text Example
Text Example
White with #AD3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ECC; }
p { color: rgb(173,62,204); }
H1.HeaderClassName
{
color: #AD3ECC;
}
.AnyTagClassName
{
color: #AD3ECC;
}
</style>
background-color css
<style>
a { background-color: #AD3ECC; }
a { background-color: rgb(173,62,204); }
div.DivClassName
{
background-color: #AD3ECC;
}
.BgClassName
{
background-color: #AD3ECC;
}
</style>
border-color css
<style>
span { border-color: #AD3ECC; }
span { border-color: rgb(173,62,204); }
td.TdClassName
{
border-color: #AD3ECC;
}
.TagClassName
{
border-color: #AD3ECC;
}
</style>