Shades of Orchid #DC7ADC
Tints of Orchid #DC7ADC
RGB
CMYK
RGB Variations
Color information
#DC7ADC (or 0xDC7ADC) is known color: Orchid. HEX triplet: DC, 7A and DC. RGB value is (220,122,220). Sum of RGB (Red+Green+Blue) = 220+122+220=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ADC is #238523. Grayscale: #A2A2A2. Windows color (decimal): -2327844 or 14449372. OLE color: 14449372.
HSL color Cylindrical-coordinate representation of color #DC7ADC: hue angle of 300º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ADC is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 220 | - |
| CMYK | 0 | 0.45 | 0 | 0.14 |
| HSL | 300º | 0.58% | 0.67% | - |
| HSV(B) | 300º | 0.45% | 0.86% | - |
| XYZ | 49.39 | 34.3 | 71.73 | - |
| YUV | 162.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 220 | 0 | 0.45 | 0 | 0.14 | 300 | 0.58 | 0.67 |
| Hex | DC | 7A | DC | 0 | 2D | 0 | E | 12C | 3A | 43 |
| Octal | 334 | 172 | 334 | 0 | 55 | 0 | 16 | 454 | 72 | 103 |
| Binary | 11011100 | 1111010 | 11011100 | 0 | 101101 | 0 | 1110 | 100101100 | 111010 | 1000011 |
Color Harmonies of #DC7ADC
Complementary color
Monochromatic Colors of #DC7ADC
Black with #DC7ADC
Text Example
Text Example
White with #DC7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ADC; }
p { color: rgb(220,122,220); }
H1.HeaderClassName
{
color: #DC7ADC;
}
.AnyTagClassName
{
color: #DC7ADC;
}
</style>
background-color css
<style>
a { background-color: #DC7ADC; }
a { background-color: rgb(220,122,220); }
div.DivClassName
{
background-color: #DC7ADC;
}
.BgClassName
{
background-color: #DC7ADC;
}
</style>
border-color css
<style>
span { border-color: #DC7ADC; }
span { border-color: rgb(220,122,220); }
td.TdClassName
{
border-color: #DC7ADC;
}
.TagClassName
{
border-color: #DC7ADC;
}
</style>