Shades of Dark Orchid #AD3CC8
Tints of Dark Orchid #AD3CC8
RGB
CMYK
RGB Variations
Color information
#AD3CC8 (or 0xAD3CC8) is known color: Dark Orchid. HEX triplet: AD, 3C and C8. RGB value is (173,60,200). Sum of RGB (Red+Green+Blue) = 173+60+200=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD3CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CC8 is #52C337. Grayscale: #6D6D6D. Windows color (decimal): -5423928 or 13122733. OLE color: 13122733.
HSL color Cylindrical-coordinate representation of color #AD3CC8: hue angle of 288.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3CC8 is Cyan = 0.14, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 60 | 200 | - |
| CMYK | 0.14 | 0.7 | 0 | 0.22 |
| HSL | 288.43º | 0.56% | 0.51% | - |
| HSV(B) | 288.43º | 0.7% | 0.78% | - |
| XYZ | 29.27 | 16.29 | 56.24 | - |
| YUV | 109.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 200 | 0.14 | 0.7 | 0 | 0.22 | 288.43 | 0.56 | 0.51 |
| Hex | AD | 3C | C8 | E | 46 | 0 | 16 | 120 | 38 | 33 |
| Octal | 255 | 74 | 310 | 16 | 106 | 0 | 26 | 440 | 70 | 63 |
| Binary | 10101101 | 111100 | 11001000 | 1110 | 1000110 | 0 | 10110 | 100100000 | 111000 | 110011 |
Color Harmonies of #AD3CC8
Complementary color
Monochromatic Colors of #AD3CC8
Black with #AD3CC8
Text Example
Text Example
White with #AD3CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CC8; }
p { color: rgb(173,60,200); }
H1.HeaderClassName
{
color: #AD3CC8;
}
.AnyTagClassName
{
color: #AD3CC8;
}
</style>
background-color css
<style>
a { background-color: #AD3CC8; }
a { background-color: rgb(173,60,200); }
div.DivClassName
{
background-color: #AD3CC8;
}
.BgClassName
{
background-color: #AD3CC8;
}
</style>
border-color css
<style>
span { border-color: #AD3CC8; }
span { border-color: rgb(173,60,200); }
td.TdClassName
{
border-color: #AD3CC8;
}
.TagClassName
{
border-color: #AD3CC8;
}
</style>