Shades of Dark Orchid #AD3DDC
Tints of Dark Orchid #AD3DDC
RGB
CMYK
RGB Variations
Color information
#AD3DDC (or 0xAD3DDC) is known color: Dark Orchid. HEX triplet: AD, 3D and DC. RGB value is (173,61,220). Sum of RGB (Red+Green+Blue) = 173+61+220=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD3DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DDC is #52C223. Grayscale: #707070. Windows color (decimal): -5423652 or 14433709. OLE color: 14433709.
HSL color Cylindrical-coordinate representation of color #AD3DDC: hue angle of 282.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3DDC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 61 | 220 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.14 |
| HSL | 282.26º | 0.69% | 0.55% | - |
| HSV(B) | 282.26º | 0.72% | 0.86% | - |
| XYZ | 31.82 | 17.39 | 69.39 | - |
| YUV | 112.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 220 | 0.21 | 0.72 | 0 | 0.14 | 282.26 | 0.69 | 0.55 |
| Hex | AD | 3D | DC | 15 | 48 | 0 | E | 11A | 45 | 37 |
| Octal | 255 | 75 | 334 | 25 | 110 | 0 | 16 | 432 | 105 | 67 |
| Binary | 10101101 | 111101 | 11011100 | 10101 | 1001000 | 0 | 1110 | 100011010 | 1000101 | 110111 |
Color Harmonies of #AD3DDC
Complementary color
Monochromatic Colors of #AD3DDC
Black with #AD3DDC
Text Example
Text Example
White with #AD3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DDC; }
p { color: rgb(173,61,220); }
H1.HeaderClassName
{
color: #AD3DDC;
}
.AnyTagClassName
{
color: #AD3DDC;
}
</style>
background-color css
<style>
a { background-color: #AD3DDC; }
a { background-color: rgb(173,61,220); }
div.DivClassName
{
background-color: #AD3DDC;
}
.BgClassName
{
background-color: #AD3DDC;
}
</style>
border-color css
<style>
span { border-color: #AD3DDC; }
span { border-color: rgb(173,61,220); }
td.TdClassName
{
border-color: #AD3DDC;
}
.TagClassName
{
border-color: #AD3DDC;
}
</style>