Shades of Dark Orchid #AD33CC
Tints of Dark Orchid #AD33CC
RGB
CMYK
RGB Variations
Color information
#AD33CC (or 0xAD33CC) is known color: Dark Orchid. HEX triplet: AD, 33 and CC. RGB value is (173,51,204). Sum of RGB (Red+Green+Blue) = 173+51+204=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD33CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33CC is #52CC33. Grayscale: #686868. Windows color (decimal): -5426228 or 13382573. OLE color: 13382573.
HSL color Cylindrical-coordinate representation of color #AD33CC: hue angle of 287.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD33CC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 51 | 204 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.2 |
| HSL | 287.84º | 0.6% | 0.5% | - |
| HSV(B) | 287.84º | 0.75% | 0.8% | - |
| XYZ | 29.32 | 15.61 | 58.59 | - |
| YUV | 104.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 204 | 0.15 | 0.75 | 0 | 0.2 | 287.84 | 0.6 | 0.5 |
| Hex | AD | 33 | CC | F | 4B | 0 | 14 | 120 | 3C | 32 |
| Octal | 255 | 63 | 314 | 17 | 113 | 0 | 24 | 440 | 74 | 62 |
| Binary | 10101101 | 110011 | 11001100 | 1111 | 1001011 | 0 | 10100 | 100100000 | 111100 | 110010 |
Color Harmonies of #AD33CC
Complementary color
Monochromatic Colors of #AD33CC
Black with #AD33CC
Text Example
Text Example
White with #AD33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33CC; }
p { color: rgb(173,51,204); }
H1.HeaderClassName
{
color: #AD33CC;
}
.AnyTagClassName
{
color: #AD33CC;
}
</style>
background-color css
<style>
a { background-color: #AD33CC; }
a { background-color: rgb(173,51,204); }
div.DivClassName
{
background-color: #AD33CC;
}
.BgClassName
{
background-color: #AD33CC;
}
</style>
border-color css
<style>
span { border-color: #AD33CC; }
span { border-color: rgb(173,51,204); }
td.TdClassName
{
border-color: #AD33CC;
}
.TagClassName
{
border-color: #AD33CC;
}
</style>