Shades of Dark Orchid #AD33CE
Tints of Dark Orchid #AD33CE
RGB
CMYK
RGB Variations
Color information
#AD33CE (or 0xAD33CE) is known color: Dark Orchid. HEX triplet: AD, 33 and CE. RGB value is (173,51,206). Sum of RGB (Red+Green+Blue) = 173+51+206=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33CE is #52CC31. Grayscale: #686868. Windows color (decimal): -5426226 or 13513645. OLE color: 13513645.
HSL color Cylindrical-coordinate representation of color #AD33CE: hue angle of 287.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD33CE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 51 | 206 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.19 |
| HSL | 287.23º | 0.61% | 0.5% | - |
| HSV(B) | 287.23º | 0.75% | 0.81% | - |
| XYZ | 29.56 | 15.71 | 59.87 | - |
| YUV | 105.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 206 | 0.16 | 0.75 | 0 | 0.19 | 287.23 | 0.61 | 0.5 |
| Hex | AD | 33 | CE | 10 | 4B | 0 | 13 | 11F | 3D | 32 |
| Octal | 255 | 63 | 316 | 20 | 113 | 0 | 23 | 437 | 75 | 62 |
| Binary | 10101101 | 110011 | 11001110 | 10000 | 1001011 | 0 | 10011 | 100011111 | 111101 | 110010 |
Color Harmonies of #AD33CE
Complementary color
Monochromatic Colors of #AD33CE
Black with #AD33CE
Text Example
Text Example
White with #AD33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33CE; }
p { color: rgb(173,51,206); }
H1.HeaderClassName
{
color: #AD33CE;
}
.AnyTagClassName
{
color: #AD33CE;
}
</style>
background-color css
<style>
a { background-color: #AD33CE; }
a { background-color: rgb(173,51,206); }
div.DivClassName
{
background-color: #AD33CE;
}
.BgClassName
{
background-color: #AD33CE;
}
</style>
border-color css
<style>
span { border-color: #AD33CE; }
span { border-color: rgb(173,51,206); }
td.TdClassName
{
border-color: #AD33CE;
}
.TagClassName
{
border-color: #AD33CE;
}
</style>