Shades of Dark Orchid #AD3ECB
Tints of Dark Orchid #AD3ECB
RGB
CMYK
RGB Variations
Color information
#AD3ECB (or 0xAD3ECB) is known color: Dark Orchid. HEX triplet: AD, 3E and CB. RGB value is (173,62,203). Sum of RGB (Red+Green+Blue) = 173+62+203=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ECB is #52C134. Grayscale: #6E6E6E. Windows color (decimal): -5423413 or 13319853. OLE color: 13319853.
HSL color Cylindrical-coordinate representation of color #AD3ECB: hue angle of 287.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3ECB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 62 | 203 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.20 |
| HSL | 287.23º | 0.58% | 0.52% | - |
| HSV(B) | 287.23º | 0.69% | 0.8% | - |
| XYZ | 29.74 | 16.64 | 58.14 | - |
| YUV | 111.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 203 | 0.15 | 0.69 | 0 | 0.20 | 287.23 | 0.58 | 0.52 |
| Hex | AD | 3E | CB | F | 45 | 0 | 14 | 11F | 3A | 34 |
| Octal | 255 | 76 | 313 | 17 | 105 | 0 | 24 | 437 | 72 | 64 |
| Binary | 10101101 | 111110 | 11001011 | 1111 | 1000101 | 0 | 10100 | 100011111 | 111010 | 110100 |
Color Harmonies of #AD3ECB
Complementary color
Monochromatic Colors of #AD3ECB
Black with #AD3ECB
Text Example
Text Example
White with #AD3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ECB; }
p { color: rgb(173,62,203); }
H1.HeaderClassName
{
color: #AD3ECB;
}
.AnyTagClassName
{
color: #AD3ECB;
}
</style>
background-color css
<style>
a { background-color: #AD3ECB; }
a { background-color: rgb(173,62,203); }
div.DivClassName
{
background-color: #AD3ECB;
}
.BgClassName
{
background-color: #AD3ECB;
}
</style>
border-color css
<style>
span { border-color: #AD3ECB; }
span { border-color: rgb(173,62,203); }
td.TdClassName
{
border-color: #AD3ECB;
}
.TagClassName
{
border-color: #AD3ECB;
}
</style>