Shades of Dark Orchid #AD3BCE
Tints of Dark Orchid #AD3BCE
RGB
CMYK
RGB Variations
Color information
#AD3BCE (or 0xAD3BCE) is known color: Dark Orchid. HEX triplet: AD, 3B and CE. RGB value is (173,59,206). Sum of RGB (Red+Green+Blue) = 173+59+206=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BCE is #52C431. Grayscale: #6D6D6D. Windows color (decimal): -5424178 or 13515693. OLE color: 13515693.
HSL color Cylindrical-coordinate representation of color #AD3BCE: hue angle of 286.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3BCE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 59 | 206 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.19 |
| HSL | 286.53º | 0.6% | 0.52% | - |
| HSV(B) | 286.53º | 0.71% | 0.81% | - |
| XYZ | 29.94 | 16.47 | 59.99 | - |
| YUV | 109.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 206 | 0.16 | 0.71 | 0 | 0.19 | 286.53 | 0.6 | 0.52 |
| Hex | AD | 3B | CE | 10 | 47 | 0 | 13 | 11F | 3C | 34 |
| Octal | 255 | 73 | 316 | 20 | 107 | 0 | 23 | 437 | 74 | 64 |
| Binary | 10101101 | 111011 | 11001110 | 10000 | 1000111 | 0 | 10011 | 100011111 | 111100 | 110100 |
Color Harmonies of #AD3BCE
Complementary color
Monochromatic Colors of #AD3BCE
Black with #AD3BCE
Text Example
Text Example
White with #AD3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BCE; }
p { color: rgb(173,59,206); }
H1.HeaderClassName
{
color: #AD3BCE;
}
.AnyTagClassName
{
color: #AD3BCE;
}
</style>
background-color css
<style>
a { background-color: #AD3BCE; }
a { background-color: rgb(173,59,206); }
div.DivClassName
{
background-color: #AD3BCE;
}
.BgClassName
{
background-color: #AD3BCE;
}
</style>
border-color css
<style>
span { border-color: #AD3BCE; }
span { border-color: rgb(173,59,206); }
td.TdClassName
{
border-color: #AD3BCE;
}
.TagClassName
{
border-color: #AD3BCE;
}
</style>