Shades of Orchid #DC7DDD
Tints of Orchid #DC7DDD
RGB
CMYK
RGB Variations
Color information
#DC7DDD (or 0xDC7DDD) is known color: Orchid. HEX triplet: DC, 7D and DD. RGB value is (220,125,221). Sum of RGB (Red+Green+Blue) = 220+125+221=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DDD is #238222. Grayscale: #A4A4A4. Windows color (decimal): -2327075 or 14515676. OLE color: 14515676.
HSL color Cylindrical-coordinate representation of color #DC7DDD: hue angle of 299.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DDD is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 125 | 221 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.13 |
| HSL | 299.38º | 0.59% | 0.68% | - |
| HSV(B) | 299.38º | 0.43% | 0.87% | - |
| XYZ | 49.9 | 35.1 | 72.55 | - |
| YUV | 164.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 221 | 0.00 | 0.43 | 0 | 0.13 | 299.38 | 0.59 | 0.68 |
| Hex | DC | 7D | DD | 0 | 2B | 0 | D | 12B | 3B | 44 |
| Octal | 334 | 175 | 335 | 0 | 53 | 0 | 15 | 453 | 73 | 104 |
| Binary | 11011100 | 1111101 | 11011101 | 0 | 101011 | 0 | 1101 | 100101011 | 111011 | 1000100 |
Color Harmonies of #DC7DDD
Complementary color
Monochromatic Colors of #DC7DDD
Black with #DC7DDD
Text Example
Text Example
White with #DC7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DDD; }
p { color: rgb(220,125,221); }
H1.HeaderClassName
{
color: #DC7DDD;
}
.AnyTagClassName
{
color: #DC7DDD;
}
</style>
background-color css
<style>
a { background-color: #DC7DDD; }
a { background-color: rgb(220,125,221); }
div.DivClassName
{
background-color: #DC7DDD;
}
.BgClassName
{
background-color: #DC7DDD;
}
</style>
border-color css
<style>
span { border-color: #DC7DDD; }
span { border-color: rgb(220,125,221); }
td.TdClassName
{
border-color: #DC7DDD;
}
.TagClassName
{
border-color: #DC7DDD;
}
</style>