Shades of Dark Orchid #AD3DCE
Tints of Dark Orchid #AD3DCE
RGB
CMYK
RGB Variations
Color information
#AD3DCE (or 0xAD3DCE) is known color: Dark Orchid. HEX triplet: AD, 3D and CE. RGB value is (173,61,206). Sum of RGB (Red+Green+Blue) = 173+61+206=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DCE is #52C231. Grayscale: #6E6E6E. Windows color (decimal): -5423666 or 13516205. OLE color: 13516205.
HSL color Cylindrical-coordinate representation of color #AD3DCE: hue angle of 286.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3DCE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 61 | 206 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.19 |
| HSL | 286.34º | 0.6% | 0.52% | - |
| HSV(B) | 286.34º | 0.7% | 0.81% | - |
| XYZ | 30.04 | 16.68 | 60.03 | - |
| YUV | 111.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 206 | 0.16 | 0.70 | 0 | 0.19 | 286.34 | 0.6 | 0.52 |
| Hex | AD | 3D | CE | 10 | 46 | 0 | 13 | 11E | 3C | 34 |
| Octal | 255 | 75 | 316 | 20 | 106 | 0 | 23 | 436 | 74 | 64 |
| Binary | 10101101 | 111101 | 11001110 | 10000 | 1000110 | 0 | 10011 | 100011110 | 111100 | 110100 |
Color Harmonies of #AD3DCE
Complementary color
Monochromatic Colors of #AD3DCE
Black with #AD3DCE
Text Example
Text Example
White with #AD3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DCE; }
p { color: rgb(173,61,206); }
H1.HeaderClassName
{
color: #AD3DCE;
}
.AnyTagClassName
{
color: #AD3DCE;
}
</style>
background-color css
<style>
a { background-color: #AD3DCE; }
a { background-color: rgb(173,61,206); }
div.DivClassName
{
background-color: #AD3DCE;
}
.BgClassName
{
background-color: #AD3DCE;
}
</style>
border-color css
<style>
span { border-color: #AD3DCE; }
span { border-color: rgb(173,61,206); }
td.TdClassName
{
border-color: #AD3DCE;
}
.TagClassName
{
border-color: #AD3DCE;
}
</style>