Shades of Dark Orchid #AD38CE
Tints of Dark Orchid #AD38CE
RGB
CMYK
RGB Variations
Color information
#AD38CE (or 0xAD38CE) is known color: Dark Orchid. HEX triplet: AD, 38 and CE. RGB value is (173,56,206). Sum of RGB (Red+Green+Blue) = 173+56+206=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38CE is #52C731. Grayscale: #6B6B6B. Windows color (decimal): -5424946 or 13514925. OLE color: 13514925.
HSL color Cylindrical-coordinate representation of color #AD38CE: hue angle of 286.8º degrees, saturation: 0.6, 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 #AD38CE is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 56 | 206 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.19 |
| HSL | 286.8º | 0.6% | 0.51% | - |
| HSV(B) | 286.8º | 0.73% | 0.81% | - |
| XYZ | 29.79 | 16.17 | 59.94 | - |
| YUV | 108.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 206 | 0.16 | 0.73 | 0 | 0.19 | 286.8 | 0.6 | 0.51 |
| Hex | AD | 38 | CE | 10 | 49 | 0 | 13 | 11F | 3C | 33 |
| Octal | 255 | 70 | 316 | 20 | 111 | 0 | 23 | 437 | 74 | 63 |
| Binary | 10101101 | 111000 | 11001110 | 10000 | 1001001 | 0 | 10011 | 100011111 | 111100 | 110011 |
Color Harmonies of #AD38CE
Complementary color
Monochromatic Colors of #AD38CE
Black with #AD38CE
Text Example
Text Example
White with #AD38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38CE; }
p { color: rgb(173,56,206); }
H1.HeaderClassName
{
color: #AD38CE;
}
.AnyTagClassName
{
color: #AD38CE;
}
</style>
background-color css
<style>
a { background-color: #AD38CE; }
a { background-color: rgb(173,56,206); }
div.DivClassName
{
background-color: #AD38CE;
}
.BgClassName
{
background-color: #AD38CE;
}
</style>
border-color css
<style>
span { border-color: #AD38CE; }
span { border-color: rgb(173,56,206); }
td.TdClassName
{
border-color: #AD38CE;
}
.TagClassName
{
border-color: #AD38CE;
}
</style>