Shades of Dark Orchid #AD37CE
Tints of Dark Orchid #AD37CE
RGB
CMYK
RGB Variations
Color information
#AD37CE (or 0xAD37CE) is known color: Dark Orchid. HEX triplet: AD, 37 and CE. RGB value is (173,55,206). Sum of RGB (Red+Green+Blue) = 173+55+206=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37CE is #52C831. Grayscale: #6B6B6B. Windows color (decimal): -5425202 or 13514669. OLE color: 13514669.
HSL color Cylindrical-coordinate representation of color #AD37CE: hue angle of 286.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD37CE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 55 | 206 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.19 |
| HSL | 286.89º | 0.61% | 0.51% | - |
| HSV(B) | 286.89º | 0.73% | 0.81% | - |
| XYZ | 29.74 | 16.07 | 59.93 | - |
| YUV | 107.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 206 | 0.16 | 0.73 | 0 | 0.19 | 286.89 | 0.61 | 0.51 |
| Hex | AD | 37 | CE | 10 | 49 | 0 | 13 | 11F | 3D | 33 |
| Octal | 255 | 67 | 316 | 20 | 111 | 0 | 23 | 437 | 75 | 63 |
| Binary | 10101101 | 110111 | 11001110 | 10000 | 1001001 | 0 | 10011 | 100011111 | 111101 | 110011 |
Color Harmonies of #AD37CE
Complementary color
Monochromatic Colors of #AD37CE
Black with #AD37CE
Text Example
Text Example
White with #AD37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37CE; }
p { color: rgb(173,55,206); }
H1.HeaderClassName
{
color: #AD37CE;
}
.AnyTagClassName
{
color: #AD37CE;
}
</style>
background-color css
<style>
a { background-color: #AD37CE; }
a { background-color: rgb(173,55,206); }
div.DivClassName
{
background-color: #AD37CE;
}
.BgClassName
{
background-color: #AD37CE;
}
</style>
border-color css
<style>
span { border-color: #AD37CE; }
span { border-color: rgb(173,55,206); }
td.TdClassName
{
border-color: #AD37CE;
}
.TagClassName
{
border-color: #AD37CE;
}
</style>