Shades of Dark Orchid #AD25CC
Tints of Dark Orchid #AD25CC
RGB
CMYK
RGB Variations
Color information
#AD25CC (or 0xAD25CC) is known color: Dark Orchid. HEX triplet: AD, 25 and CC. RGB value is (173,37,204). Sum of RGB (Red+Green+Blue) = 173+37+204=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25CC is #52DA33. Grayscale: #606060. Windows color (decimal): -5429812 or 13378989. OLE color: 13378989.
HSL color Cylindrical-coordinate representation of color #AD25CC: hue angle of 288.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD25CC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 37 | 204 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.2 |
| HSL | 288.86º | 0.69% | 0.47% | - |
| HSV(B) | 288.86º | 0.82% | 0.8% | - |
| XYZ | 28.79 | 14.57 | 58.42 | - |
| YUV | 96.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 204 | 0.15 | 0.82 | 0 | 0.2 | 288.86 | 0.69 | 0.47 |
| Hex | AD | 25 | CC | F | 52 | 0 | 14 | 121 | 45 | 2F |
| Octal | 255 | 45 | 314 | 17 | 122 | 0 | 24 | 441 | 105 | 57 |
| Binary | 10101101 | 100101 | 11001100 | 1111 | 1010010 | 0 | 10100 | 100100001 | 1000101 | 101111 |
Color Harmonies of #AD25CC
Complementary color
Monochromatic Colors of #AD25CC
Black with #AD25CC
Text Example
Text Example
White with #AD25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD25CC; }
p { color: rgb(173,37,204); }
H1.HeaderClassName
{
color: #AD25CC;
}
.AnyTagClassName
{
color: #AD25CC;
}
</style>
background-color css
<style>
a { background-color: #AD25CC; }
a { background-color: rgb(173,37,204); }
div.DivClassName
{
background-color: #AD25CC;
}
.BgClassName
{
background-color: #AD25CC;
}
</style>
border-color css
<style>
span { border-color: #AD25CC; }
span { border-color: rgb(173,37,204); }
td.TdClassName
{
border-color: #AD25CC;
}
.TagClassName
{
border-color: #AD25CC;
}
</style>