Shades of Dark Orchid #AD2FCC
Tints of Dark Orchid #AD2FCC
RGB
CMYK
RGB Variations
Color information
#AD2FCC (or 0xAD2FCC) is known color: Dark Orchid. HEX triplet: AD, 2F and CC. RGB value is (173,47,204). Sum of RGB (Red+Green+Blue) = 173+47+204=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FCC is #52D033. Grayscale: #666666. Windows color (decimal): -5427252 or 13381549. OLE color: 13381549.
HSL color Cylindrical-coordinate representation of color #AD2FCC: hue angle of 288.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2FCC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 47 | 204 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.2 |
| HSL | 288.15º | 0.63% | 0.49% | - |
| HSV(B) | 288.15º | 0.77% | 0.8% | - |
| XYZ | 29.15 | 15.28 | 58.54 | - |
| YUV | 102.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 204 | 0.15 | 0.77 | 0 | 0.2 | 288.15 | 0.63 | 0.49 |
| Hex | AD | 2F | CC | F | 4D | 0 | 14 | 120 | 3F | 31 |
| Octal | 255 | 57 | 314 | 17 | 115 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101101 | 101111 | 11001100 | 1111 | 1001101 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AD2FCC
Complementary color
Monochromatic Colors of #AD2FCC
Black with #AD2FCC
Text Example
Text Example
White with #AD2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FCC; }
p { color: rgb(173,47,204); }
H1.HeaderClassName
{
color: #AD2FCC;
}
.AnyTagClassName
{
color: #AD2FCC;
}
</style>
background-color css
<style>
a { background-color: #AD2FCC; }
a { background-color: rgb(173,47,204); }
div.DivClassName
{
background-color: #AD2FCC;
}
.BgClassName
{
background-color: #AD2FCC;
}
</style>
border-color css
<style>
span { border-color: #AD2FCC; }
span { border-color: rgb(173,47,204); }
td.TdClassName
{
border-color: #AD2FCC;
}
.TagClassName
{
border-color: #AD2FCC;
}
</style>