Shades of Dark Orchid #AD3DEC
Tints of Dark Orchid #AD3DEC
RGB
CMYK
RGB Variations
Color information
#AD3DEC (or 0xAD3DEC) is known color: Dark Orchid. HEX triplet: AD, 3D and EC. RGB value is (173,61,236). Sum of RGB (Red+Green+Blue) = 173+61+236=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD3DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3DEC is #52C213. Grayscale: #717171. Windows color (decimal): -5423636 or 15482285. OLE color: 15482285.
HSL color Cylindrical-coordinate representation of color #AD3DEC: hue angle of 278.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD3DEC is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 61 | 236 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.07 |
| HSL | 278.4º | 0.82% | 0.58% | - |
| HSV(B) | 278.4º | 0.74% | 0.93% | - |
| XYZ | 34.04 | 18.28 | 81.09 | - |
| YUV | 114.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 236 | 0.27 | 0.74 | 0 | 0.07 | 278.4 | 0.82 | 0.58 |
| Hex | AD | 3D | EC | 1B | 4A | 0 | 7 | 116 | 52 | 3A |
| Octal | 255 | 75 | 354 | 33 | 112 | 0 | 7 | 426 | 122 | 72 |
| Binary | 10101101 | 111101 | 11101100 | 11011 | 1001010 | 0 | 111 | 100010110 | 1010010 | 111010 |
Color Harmonies of #AD3DEC
Complementary color
Monochromatic Colors of #AD3DEC
Black with #AD3DEC
Text Example
Text Example
White with #AD3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DEC; }
p { color: rgb(173,61,236); }
H1.HeaderClassName
{
color: #AD3DEC;
}
.AnyTagClassName
{
color: #AD3DEC;
}
</style>
background-color css
<style>
a { background-color: #AD3DEC; }
a { background-color: rgb(173,61,236); }
div.DivClassName
{
background-color: #AD3DEC;
}
.BgClassName
{
background-color: #AD3DEC;
}
</style>
border-color css
<style>
span { border-color: #AD3DEC; }
span { border-color: rgb(173,61,236); }
td.TdClassName
{
border-color: #AD3DEC;
}
.TagClassName
{
border-color: #AD3DEC;
}
</style>