Shades of Dark Orchid #AD33CB
Tints of Dark Orchid #AD33CB
RGB
CMYK
RGB Variations
Color information
#AD33CB (or 0xAD33CB) is known color: Dark Orchid. HEX triplet: AD, 33 and CB. RGB value is (173,51,203). Sum of RGB (Red+Green+Blue) = 173+51+203=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD33CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33CB is #52CC34. Grayscale: #686868. Windows color (decimal): -5426229 or 13317037. OLE color: 13317037.
HSL color Cylindrical-coordinate representation of color #AD33CB: hue angle of 288.16º 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 #AD33CB is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 51 | 203 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.20 |
| HSL | 288.16º | 0.6% | 0.5% | - |
| HSV(B) | 288.16º | 0.75% | 0.8% | - |
| XYZ | 29.2 | 15.56 | 57.97 | - |
| YUV | 104.81 | 183.42 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 203 | 0.15 | 0.75 | 0 | 0.20 | 288.16 | 0.6 | 0.5 |
| Hex | AD | 33 | CB | F | 4B | 0 | 14 | 120 | 3C | 32 |
| Octal | 255 | 63 | 313 | 17 | 113 | 0 | 24 | 440 | 74 | 62 |
| Binary | 10101101 | 110011 | 11001011 | 1111 | 1001011 | 0 | 10100 | 100100000 | 111100 | 110010 |
Color Harmonies of #AD33CB
Complementary color
Monochromatic Colors of #AD33CB
Black with #AD33CB
Text Example
Text Example
White with #AD33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33CB; }
p { color: rgb(173,51,203); }
H1.HeaderClassName
{
color: #AD33CB;
}
.AnyTagClassName
{
color: #AD33CB;
}
</style>
background-color css
<style>
a { background-color: #AD33CB; }
a { background-color: rgb(173,51,203); }
div.DivClassName
{
background-color: #AD33CB;
}
.BgClassName
{
background-color: #AD33CB;
}
</style>
border-color css
<style>
span { border-color: #AD33CB; }
span { border-color: rgb(173,51,203); }
td.TdClassName
{
border-color: #AD33CB;
}
.TagClassName
{
border-color: #AD33CB;
}
</style>