Shades of Orchid #DC7DCF
Tints of Orchid #DC7DCF
RGB
CMYK
RGB Variations
Color information
#DC7DCF (or 0xDC7DCF) is known color: Orchid. HEX triplet: DC, 7D and CF. RGB value is (220,125,207). Sum of RGB (Red+Green+Blue) = 220+125+207=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DCF is #238230. Grayscale: #A2A2A2. Windows color (decimal): -2327089 or 13598172. OLE color: 13598172.
HSL color Cylindrical-coordinate representation of color #DC7DCF: hue angle of 308.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DCF is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 207 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.14 |
| HSL | 308.21º | 0.58% | 0.68% | - |
| HSV(B) | 308.21º | 0.43% | 0.86% | - |
| XYZ | 48.11 | 34.39 | 63.13 | - |
| YUV | 162.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 207 | 0 | 0.43 | 0.06 | 0.14 | 308.21 | 0.58 | 0.68 |
| Hex | DC | 7D | CF | 0 | 2B | 6 | E | 134 | 3A | 44 |
| Octal | 334 | 175 | 317 | 0 | 53 | 6 | 16 | 464 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11001111 | 0 | 101011 | 110 | 1110 | 100110100 | 111010 | 1000100 |
Color Harmonies of #DC7DCF
Complementary color
Monochromatic Colors of #DC7DCF
Black with #DC7DCF
Text Example
Text Example
White with #DC7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DCF; }
p { color: rgb(220,125,207); }
H1.HeaderClassName
{
color: #DC7DCF;
}
.AnyTagClassName
{
color: #DC7DCF;
}
</style>
background-color css
<style>
a { background-color: #DC7DCF; }
a { background-color: rgb(220,125,207); }
div.DivClassName
{
background-color: #DC7DCF;
}
.BgClassName
{
background-color: #DC7DCF;
}
</style>
border-color css
<style>
span { border-color: #DC7DCF; }
span { border-color: rgb(220,125,207); }
td.TdClassName
{
border-color: #DC7DCF;
}
.TagClassName
{
border-color: #DC7DCF;
}
</style>