Shades of Dark Orchid #AD30C2
Tints of Dark Orchid #AD30C2
RGB
CMYK
RGB Variations
Color information
#AD30C2 (or 0xAD30C2) is known color: Dark Orchid. HEX triplet: AD, 30 and C2. RGB value is (173,48,194). Sum of RGB (Red+Green+Blue) = 173+48+194=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD30C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30C2 is #52CF3D. Grayscale: #656565. Windows color (decimal): -5427006 or 12726445. OLE color: 12726445.
HSL color Cylindrical-coordinate representation of color #AD30C2: hue angle of 291.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD30C2 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 48 | 194 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.24 |
| HSL | 291.37º | 0.6% | 0.47% | - |
| HSV(B) | 291.37º | 0.75% | 0.76% | - |
| XYZ | 28.03 | 14.89 | 52.44 | - |
| YUV | 102.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 194 | 0.11 | 0.75 | 0 | 0.24 | 291.37 | 0.6 | 0.47 |
| Hex | AD | 30 | C2 | B | 4B | 0 | 18 | 123 | 3C | 2F |
| Octal | 255 | 60 | 302 | 13 | 113 | 0 | 30 | 443 | 74 | 57 |
| Binary | 10101101 | 110000 | 11000010 | 1011 | 1001011 | 0 | 11000 | 100100011 | 111100 | 101111 |
Color Harmonies of #AD30C2
Complementary color
Monochromatic Colors of #AD30C2
Black with #AD30C2
Text Example
Text Example
White with #AD30C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30C2; }
p { color: rgb(173,48,194); }
H1.HeaderClassName
{
color: #AD30C2;
}
.AnyTagClassName
{
color: #AD30C2;
}
</style>
background-color css
<style>
a { background-color: #AD30C2; }
a { background-color: rgb(173,48,194); }
div.DivClassName
{
background-color: #AD30C2;
}
.BgClassName
{
background-color: #AD30C2;
}
</style>
border-color css
<style>
span { border-color: #AD30C2; }
span { border-color: rgb(173,48,194); }
td.TdClassName
{
border-color: #AD30C2;
}
.TagClassName
{
border-color: #AD30C2;
}
</style>