Shades of Dark Orchid #AD37CF
Tints of Dark Orchid #AD37CF
RGB
CMYK
RGB Variations
Color information
#AD37CF (or 0xAD37CF) is known color: Dark Orchid. HEX triplet: AD, 37 and CF. RGB value is (173,55,207). Sum of RGB (Red+Green+Blue) = 173+55+207=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37CF is #52C830. Grayscale: #6B6B6B. Windows color (decimal): -5425201 or 13580205. OLE color: 13580205.
HSL color Cylindrical-coordinate representation of color #AD37CF: hue angle of 286.58º 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 #AD37CF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 55 | 207 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.19 |
| HSL | 286.58º | 0.61% | 0.51% | - |
| HSV(B) | 286.58º | 0.73% | 0.81% | - |
| XYZ | 29.86 | 16.12 | 60.57 | - |
| YUV | 107.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 207 | 0.16 | 0.73 | 0 | 0.19 | 286.58 | 0.61 | 0.51 |
| Hex | AD | 37 | CF | 10 | 49 | 0 | 13 | 11F | 3D | 33 |
| Octal | 255 | 67 | 317 | 20 | 111 | 0 | 23 | 437 | 75 | 63 |
| Binary | 10101101 | 110111 | 11001111 | 10000 | 1001001 | 0 | 10011 | 100011111 | 111101 | 110011 |
Color Harmonies of #AD37CF
Complementary color
Monochromatic Colors of #AD37CF
Black with #AD37CF
Text Example
Text Example
White with #AD37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37CF; }
p { color: rgb(173,55,207); }
H1.HeaderClassName
{
color: #AD37CF;
}
.AnyTagClassName
{
color: #AD37CF;
}
</style>
background-color css
<style>
a { background-color: #AD37CF; }
a { background-color: rgb(173,55,207); }
div.DivClassName
{
background-color: #AD37CF;
}
.BgClassName
{
background-color: #AD37CF;
}
</style>
border-color css
<style>
span { border-color: #AD37CF; }
span { border-color: rgb(173,55,207); }
td.TdClassName
{
border-color: #AD37CF;
}
.TagClassName
{
border-color: #AD37CF;
}
</style>