Shades of Dark Orchid #AD30CC
Tints of Dark Orchid #AD30CC
RGB
CMYK
RGB Variations
Color information
#AD30CC (or 0xAD30CC) is known color: Dark Orchid. HEX triplet: AD, 30 and CC. RGB value is (173,48,204). Sum of RGB (Red+Green+Blue) = 173+48+204=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD30CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30CC is #52CF33. Grayscale: #666666. Windows color (decimal): -5426996 or 13381805. OLE color: 13381805.
HSL color Cylindrical-coordinate representation of color #AD30CC: hue angle of 288.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD30CC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 48 | 204 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.2 |
| HSL | 288.08º | 0.62% | 0.49% | - |
| HSV(B) | 288.08º | 0.76% | 0.8% | - |
| XYZ | 29.19 | 15.36 | 58.55 | - |
| YUV | 103.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 204 | 0.15 | 0.76 | 0 | 0.2 | 288.08 | 0.62 | 0.49 |
| Hex | AD | 30 | CC | F | 4C | 0 | 14 | 120 | 3E | 31 |
| Octal | 255 | 60 | 314 | 17 | 114 | 0 | 24 | 440 | 76 | 61 |
| Binary | 10101101 | 110000 | 11001100 | 1111 | 1001100 | 0 | 10100 | 100100000 | 111110 | 110001 |
Color Harmonies of #AD30CC
Complementary color
Monochromatic Colors of #AD30CC
Black with #AD30CC
Text Example
Text Example
White with #AD30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30CC; }
p { color: rgb(173,48,204); }
H1.HeaderClassName
{
color: #AD30CC;
}
.AnyTagClassName
{
color: #AD30CC;
}
</style>
background-color css
<style>
a { background-color: #AD30CC; }
a { background-color: rgb(173,48,204); }
div.DivClassName
{
background-color: #AD30CC;
}
.BgClassName
{
background-color: #AD30CC;
}
</style>
border-color css
<style>
span { border-color: #AD30CC; }
span { border-color: rgb(173,48,204); }
td.TdClassName
{
border-color: #AD30CC;
}
.TagClassName
{
border-color: #AD30CC;
}
</style>