Shades of Orchid #DC7CCD
Tints of Orchid #DC7CCD
RGB
CMYK
RGB Variations
Color information
#DC7CCD (or 0xDC7CCD) is known color: Orchid. HEX triplet: DC, 7C and CD. RGB value is (220,124,205). Sum of RGB (Red+Green+Blue) = 220+124+205=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CCD is #238332. Grayscale: #A1A1A1. Windows color (decimal): -2327347 or 13466844. OLE color: 13466844.
HSL color Cylindrical-coordinate representation of color #DC7CCD: hue angle of 309.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CCD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 205 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.14 |
| HSL | 309.38º | 0.58% | 0.67% | - |
| HSV(B) | 309.38º | 0.44% | 0.86% | - |
| XYZ | 47.74 | 34.04 | 61.81 | - |
| YUV | 161.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 205 | 0 | 0.44 | 0.07 | 0.14 | 309.38 | 0.58 | 0.67 |
| Hex | DC | 7C | CD | 0 | 2C | 7 | E | 135 | 3A | 43 |
| Octal | 334 | 174 | 315 | 0 | 54 | 7 | 16 | 465 | 72 | 103 |
| Binary | 11011100 | 1111100 | 11001101 | 0 | 101100 | 111 | 1110 | 100110101 | 111010 | 1000011 |
Color Harmonies of #DC7CCD
Complementary color
Monochromatic Colors of #DC7CCD
Black with #DC7CCD
Text Example
Text Example
White with #DC7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CCD; }
p { color: rgb(220,124,205); }
H1.HeaderClassName
{
color: #DC7CCD;
}
.AnyTagClassName
{
color: #DC7CCD;
}
</style>
background-color css
<style>
a { background-color: #DC7CCD; }
a { background-color: rgb(220,124,205); }
div.DivClassName
{
background-color: #DC7CCD;
}
.BgClassName
{
background-color: #DC7CCD;
}
</style>
border-color css
<style>
span { border-color: #DC7CCD; }
span { border-color: rgb(220,124,205); }
td.TdClassName
{
border-color: #DC7CCD;
}
.TagClassName
{
border-color: #DC7CCD;
}
</style>