Shades of Dark Orchid #AD2CCE
Tints of Dark Orchid #AD2CCE
RGB
CMYK
RGB Variations
Color information
#AD2CCE (or 0xAD2CCE) is known color: Dark Orchid. HEX triplet: AD, 2C and CE. RGB value is (173,44,206). Sum of RGB (Red+Green+Blue) = 173+44+206=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CCE is #52D331. Grayscale: #646464. Windows color (decimal): -5428018 or 13511853. OLE color: 13511853.
HSL color Cylindrical-coordinate representation of color #AD2CCE: hue angle of 287.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2CCE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 44 | 206 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.19 |
| HSL | 287.78º | 0.65% | 0.49% | - |
| HSV(B) | 287.78º | 0.79% | 0.81% | - |
| XYZ | 29.27 | 15.14 | 59.77 | - |
| YUV | 101.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 206 | 0.16 | 0.79 | 0 | 0.19 | 287.78 | 0.65 | 0.49 |
| Hex | AD | 2C | CE | 10 | 4F | 0 | 13 | 120 | 41 | 31 |
| Octal | 255 | 54 | 316 | 20 | 117 | 0 | 23 | 440 | 101 | 61 |
| Binary | 10101101 | 101100 | 11001110 | 10000 | 1001111 | 0 | 10011 | 100100000 | 1000001 | 110001 |
Color Harmonies of #AD2CCE
Complementary color
Monochromatic Colors of #AD2CCE
Black with #AD2CCE
Text Example
Text Example
White with #AD2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CCE; }
p { color: rgb(173,44,206); }
H1.HeaderClassName
{
color: #AD2CCE;
}
.AnyTagClassName
{
color: #AD2CCE;
}
</style>
background-color css
<style>
a { background-color: #AD2CCE; }
a { background-color: rgb(173,44,206); }
div.DivClassName
{
background-color: #AD2CCE;
}
.BgClassName
{
background-color: #AD2CCE;
}
</style>
border-color css
<style>
span { border-color: #AD2CCE; }
span { border-color: rgb(173,44,206); }
td.TdClassName
{
border-color: #AD2CCE;
}
.TagClassName
{
border-color: #AD2CCE;
}
</style>