Shades of Dark Orchid #AD3CED
Tints of Dark Orchid #AD3CED
RGB
CMYK
RGB Variations
Color information
#AD3CED (or 0xAD3CED) is known color: Dark Orchid. HEX triplet: AD, 3C and ED. RGB value is (173,60,237). Sum of RGB (Red+Green+Blue) = 173+60+237=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD3CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CED is #52C312. Grayscale: #717171. Windows color (decimal): -5423891 or 15547565. OLE color: 15547565.
HSL color Cylindrical-coordinate representation of color #AD3CED: hue angle of 278.31º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3CED is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 60 | 237 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.07 |
| HSL | 278.31º | 0.83% | 0.58% | - |
| HSV(B) | 278.31º | 0.75% | 0.93% | - |
| XYZ | 34.14 | 18.23 | 81.84 | - |
| YUV | 113.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 237 | 0.27 | 0.75 | 0 | 0.07 | 278.31 | 0.83 | 0.58 |
| Hex | AD | 3C | ED | 1B | 4B | 0 | 7 | 116 | 53 | 3A |
| Octal | 255 | 74 | 355 | 33 | 113 | 0 | 7 | 426 | 123 | 72 |
| Binary | 10101101 | 111100 | 11101101 | 11011 | 1001011 | 0 | 111 | 100010110 | 1010011 | 111010 |
Color Harmonies of #AD3CED
Complementary color
Monochromatic Colors of #AD3CED
Black with #AD3CED
Text Example
Text Example
White with #AD3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CED; }
p { color: rgb(173,60,237); }
H1.HeaderClassName
{
color: #AD3CED;
}
.AnyTagClassName
{
color: #AD3CED;
}
</style>
background-color css
<style>
a { background-color: #AD3CED; }
a { background-color: rgb(173,60,237); }
div.DivClassName
{
background-color: #AD3CED;
}
.BgClassName
{
background-color: #AD3CED;
}
</style>
border-color css
<style>
span { border-color: #AD3CED; }
span { border-color: rgb(173,60,237); }
td.TdClassName
{
border-color: #AD3CED;
}
.TagClassName
{
border-color: #AD3CED;
}
</style>